summarylogtreecommitdiffstats
path: root/lsyncd.service
blob: 2319ca5d63dff8d86150837ce2eafc442536cf5a (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=synchronization daemon

[Service]
Type=simple
PIDFile=/run/lsyncd.pid
ExecStart=/usr/bin/lsyncd -pidfile /run/lsyncd.pid /etc/lsyncd/lsyncd.conf.lua

[Install]
WantedBy=multi-user.target