12 lines
212 B
SYSTEMD
12 lines
212 B
SYSTEMD
|
[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
|