14 lines
240 B
Desktop File
14 lines
240 B
Desktop File
[Unit]
|
|
Description=drop
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=app
|
|
WorkingDirectory=/srv/drop/www
|
|
ExecStart=python3 /srv/drop.chapril.org/tools/cleaning/remove_expired_files.py
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|