1
0
dwelling-upload/init/systemd/dwelling-upload-clear.service

11 lines
190 B
SYSTEMD
Raw Normal View History

2022-02-06 02:22:23 +04:00
[Unit]
Description=dwelling-upload-clear
[Service]
Type=oneshot
2022-02-07 20:37:19 +04:00
User=dwupload
ExecStart=/usr/bin/dwelling-upload-clear -conf /etc/dwelling/upload.yaml
2022-02-06 02:22:23 +04:00
[Install]
WantedBy=multi-user.target