18 lines
310 B
Desktop File
18 lines
310 B
Desktop File
[Unit]
|
|
Description=SCRON - Lightweight Cron Scheduler
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/etc/scron
|
|
ExecStart=/usr/bin/scron run
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=scron
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|