add gitignore and update files
This commit is contained in:
10
systemd/user/synergys.service
Normal file
10
systemd/user/synergys.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Synergy Server Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/synergys --no-daemon --config /home/lis/.config/synergy/config --enable-crypto
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user