Accepting request 237534 from Base:System

-Add an option to manually reload cron.

OBS-URL: https://build.opensuse.org/request/show/237534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=53
This commit is contained in:
Stephan Kulow 2014-06-19 11:08:33 +00:00 committed by Git OBS Bridge
commit d705b4a0c0
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ After=postfix.service sendmail.service exim.service
[Service]
ExecStart=/usr/sbin/cron -n
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
Restart=on-abort
[Install]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 13:51:14 UTC 2014 - vdziewiecki@suse.com
-Add an option to manually reload cron.
-------------------------------------------------------------------
Thu Jan 30 13:57:03 UTC 2014 - vdziewiecki@suse.com