diff options
Diffstat (limited to 'community/fcron/fcron.service')
-rw-r--r-- | community/fcron/fcron.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/fcron/fcron.service b/community/fcron/fcron.service new file mode 100644 index 000000000..a47b4f19b --- /dev/null +++ b/community/fcron/fcron.service @@ -0,0 +1,10 @@ +[Unit] +Description=Cron Daemon + +[Service] +Type=forking +PIDFile=/run/fcron.pid +ExecStart=/usr/sbin/fcron + +[Install] +WantedBy=multi-user.target |