liam-linux-account-manager/systemd-service/README
2021-11-16 15:11:32 +01:00

8 lines
331 B
Plaintext

To install the sync service
===========================
Systemd:
1) Copy the systemd/keys-sync.service file to /etc/systemd/system/
2) Modify ExecStart path and User as necessary. If SSH Key Authority is installed under /home, disable ProtectHome.
3) Run: systemctl daemon-reload
4) Run: systemctl enable keys-sync.service