mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-22 14:52:39 +01:00
13 lines
210 B
SYSTEMD
13 lines
210 B
SYSTEMD
|
[Unit]
|
||
|
Description=Runs every minute to autoclean xygt.
|
||
|
StartLimitIntervalSec=0
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
RestartSec=1
|
||
|
User=root
|
||
|
ExecStart=/usr/bin/autoclean.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|