mdserver-web/plugins/rsyncd/init.d/lsyncd.service.tpl

11 lines
240 B
Smarty
Raw Permalink Normal View History

2022-07-28 01:10:01 -04:00
[Unit]
2022-07-28 03:45:00 -04:00
Description=Lightweight inotify based sync daemon
ConditionPathExists={$SERVER_PATH}/rsyncd/lsyncd.conf
2022-07-27 10:37:13 -04:00
2022-07-28 01:10:01 -04:00
[Service]
2022-07-28 04:01:17 -04:00
Type=simple
ExecStart={$LSYNCD_BIN} -nodaemon {$SERVER_PATH}/rsyncd/lsyncd.conf
2022-07-27 10:37:13 -04:00
2022-07-28 01:10:01 -04:00
[Install]
WantedBy=multi-user.target