mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-21 22:32:39 +01:00
13 lines
No EOL
210 B
Desktop File
13 lines
No EOL
210 B
Desktop File
[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 |