diff --git a/init/systemd/dwelling-upload-clear.service b/init/systemd/dwelling-upload-clear.service index b4d8518..7d9a0b5 100755 --- a/init/systemd/dwelling-upload-clear.service +++ b/init/systemd/dwelling-upload-clear.service @@ -4,7 +4,7 @@ Description=dwelling-upload-clear [Service] Type=oneshot User=dwupload -ExecStart=/usr/bin/dwelling-upload-clear -config /etc/dwelling-upload/config.yaml +ExecStart=/usr/bin/dwelling-upload-clear -conf /etc/dwelling-upload/config.yaml [Install] WantedBy=multi-user.target diff --git a/init/systemd/dwelling-upload.service b/init/systemd/dwelling-upload.service index f841bc5..5afccee 100755 --- a/init/systemd/dwelling-upload.service +++ b/init/systemd/dwelling-upload.service @@ -6,7 +6,7 @@ After=network.target Type=simple Restart=on-failure User=dwupload -ExecStart=/usr/bin/dwelling-upload -config /etc/dwelling-upload/config.yaml +ExecStart=/usr/bin/dwelling-upload -conf /etc/dwelling-upload/config.yaml [Install] WantedBy=multi-user.target