-Add an option to manually reload cron.

OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=131
This commit is contained in:
Wojtek Dziewięcki 2014-06-16 13:52:17 +00:00 committed by Git OBS Bridge
parent 5c76545608
commit 0ad1c77b77
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