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

13 lines
217 B
SYSTEMD
Raw Normal View History

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