13 lines
217 B
Desktop File
Executable File
13 lines
217 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.yaml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|