8 lines
331 B
Plaintext
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
|