10 lines
185 B
SYSTEMD
10 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=dwelling-upload-clear
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/dwelling-upload-clear -config /etc/dwelling-upload/config.yaml
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|