home/fcitx5: add systemd service alias
This commit is contained in:
parent
4f04827b14
commit
0e169d4a26
@ -132,5 +132,6 @@ in
|
|||||||
Service.Restart="on-failure";
|
Service.Restart="on-failure";
|
||||||
Service.ExecStart = lib.mkForce "${fcitx5Package}/bin/fcitx5";
|
Service.ExecStart = lib.mkForce "${fcitx5Package}/bin/fcitx5";
|
||||||
Service.ExecReload = "/bin/kill -HUP $MAINPID";
|
Service.ExecReload = "/bin/kill -HUP $MAINPID";
|
||||||
|
Install.Alias = "fcitx5.service";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user