- cron.service: Use KillMode=process like upstream does. OBS-URL: https://build.opensuse.org/request/show/314782 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=147
14 lines
305 B
Desktop File
14 lines
305 B
Desktop File
[Unit]
|
|
Description=Command Scheduler
|
|
After=nss-user-lookup.target network.target time-sync.target
|
|
After=postfix.service sendmail.service exim.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/cron -n
|
|
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
|
|
Restart=on-abort
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|