Skip to content

Commit

Permalink
chore: Add systemd service file for csyncd
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Jan 25, 2024
1 parent c785a54 commit 85c2286
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions csyncd/csyncd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=Clipboard sync server
Documentation=https://github.com/fioncat/csync

[Service]
ExecStart=/usr/local/bin/csyncd \
--password=test123
Restart=always
RestartSec=3
StartLimitInterval=0
KillMode=process

[Install]
WantedBy=multi-user.target

0 comments on commit 85c2286

Please sign in to comment.