12 lines
212 B
Desktop File
Executable File
12 lines
212 B
Desktop File
Executable File
[Unit]
|
|
Description=dwelling-upload
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/dwelling-upload -config /etc/dwelling-upload/config.yaml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|