Passbolt/fcron-3.2.0/script/fcron.init.systemd.in

18 lines
355 B
Plaintext

#systemd service configuration file for fcron
[Unit]
Description=fcron periodical command scheduler
After=remote-fs.target syslog.target time-sync.target
Before=shutdown.target
[Service]
Type=forking
PIDFile=@@PIDFILE@
ExecStart=@@DESTSBIN@/fcron
ExecReload=/bin/kill -USR1 $MAINPID
Restart=always
KillMode=process
[Install]
WantedBy=multi-user.target