scron/scripts/scron.service
2025-07-31 03:23:35 +02:00

18 lines
No EOL
305 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
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
SyslogIdentifier=scron
[Install]
WantedBy=multi-user.target