home/fcitx5: add systemd service alias

This commit is contained in:
2024-12-08 13:45:18 +01:00
parent 4f04827b14
commit 0e169d4a26

View File

@@ -132,5 +132,6 @@ in
Service.Restart="on-failure";
Service.ExecStart = lib.mkForce "${fcitx5Package}/bin/fcitx5";
Service.ExecReload = "/bin/kill -HUP $MAINPID";
Install.Alias = "fcitx5.service";
};
}