10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run MC Server Agent Periodically
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=30
|
||
|
OnUnitActiveSec=5
|
||
|
AccuracySec=1s
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|