update to version 2.3.1 (2022-11-17) * multiple bugfixes, style fixes * add support for tunnel commands * add support for batchSizeLimit * add -onepass option * add crontab support * support relative executable paths OBS-URL: https://build.opensuse.org/request/show/1155470 OBS-URL: https://build.opensuse.org/package/show/network:synchronization:files/lsyncd?expand=0&rev=49
24 lines
631 B
Desktop File
24 lines
631 B
Desktop File
[Unit]
|
|
Description=Live Syncing (Mirror) Daemon
|
|
After=network.target remote-fs.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Type=simple
|
|
Nice=19
|
|
EnvironmentFile=-/etc/sysconfig/lsyncd
|
|
ExecStart=/usr/bin/sh -c 'eval `/usr/bin/lsyncd -nodaemon $LSYNCD_OPTIONS /etc/lsyncd/lsyncd.conf`'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|