diff options
author | Jan Scholz <jan.scholz@googlemail.com> | 2012-05-09 12:42:06 +0200 |
---|---|---|
committer | Jan Scholz <jan.scholz@googlemail.com> | 2012-05-09 12:42:06 +0200 |
commit | eacbad4082a2ef7c911853eff42f220ec728c07c (patch) | |
tree | 464686e13147aeb0d9205a502a89db59a9ab50f4 | |
parent | add fcron service (diff) | |
download | systemd-eacbad4082a2ef7c911853eff42f220ec728c07c.tar.gz systemd-eacbad4082a2ef7c911853eff42f220ec728c07c.tar.bz2 systemd-eacbad4082a2ef7c911853eff42f220ec728c07c.zip |
remove After=syslog.target
systemd provides the syslog socket, no need to wait for the service
-rw-r--r-- | sys-apps/systemd-units/files/services-basic/fcron.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/systemd-units/files/services-basic/fcron.service b/sys-apps/systemd-units/files/services-basic/fcron.service index 68a7323..3fce3da 100644 --- a/sys-apps/systemd-units/files/services-basic/fcron.service +++ b/sys-apps/systemd-units/files/services-basic/fcron.service @@ -1,6 +1,5 @@ [Unit] Description=fcron Cron Daemon -After=syslog.target [Service] Type=simple |