-Restart the service if it crashes

OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=129
This commit is contained in:
Wojtek Dziewięcki 2014-02-14 12:21:15 +00:00 committed by Git OBS Bridge
parent c1b667a7f2
commit 5c76545608
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
Restart=on-abort
[Install]
WantedBy=multi-user.target

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 30 13:57:03 UTC 2014 - vdziewiecki@suse.com
-Restart the service if it crashes
-------------------------------------------------------------------
Thu Jan 23 21:08:55 UTC 2014 - aj@ajaissle.de