void-packages/srcpkgs/dcron/files/dcron.service

11 lines
149 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Periodic Command Scheduler
[Service]
Type=forking
ExecStart=/usr/sbin/crond
2012-11-13 09:39:41 +00:00
Restart=always
[Install]
WantedBy=multi-user.target