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

13 lines
224 B
Desktop File
Executable File

[Unit]
Description=dwelling-upload
After=network.target
[Service]
Type=simple
Restart=on-failure
User=dwupload
ExecStart=/usr/bin/dwelling-upload -conf /etc/dwelling-upload/config.yaml
[Install]
WantedBy=multi-user.target