liam-linux-account-manager/systemd-service
2021-11-16 15:11:32 +01:00
..
keys-sync.service Initial Commit 2021-11-16 15:11:32 +01:00
README Initial Commit 2021-11-16 15:11:32 +01:00

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