mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-03-29 00:50:18 +01:00
14 lines
294 B
Desktop File
14 lines
294 B
Desktop File
[Unit]
|
|
Description=diycron
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=15
|
|
#CPUQuota=90%
|
|
#MemoryMax=400M
|
|
User=root
|
|
ExecStart=sh -c "cat /var/log/diycron.log >> /var/log/diycron.log.old; zx /etc/diycron.zx.mjs > /var/log/diycron.log"
|
|
[Install]
|
|
WantedBy=multi-user.target
|