diff --git a/init/systemd/dwelling-upload-clear.service b/init/systemd/dwelling-upload-clear.service index 7d9a0b5..94870b1 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 -conf /etc/dwelling-upload/config.yaml +ExecStart=/usr/bin/dwelling-upload-clear -conf /etc/dwelling/upload.yaml [Install] WantedBy=multi-user.target diff --git a/init/systemd/dwelling-upload.service b/init/systemd/dwelling-upload.service index 5afccee..c969f63 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 -conf /etc/dwelling-upload/config.yaml +ExecStart=/usr/bin/dwelling-upload -conf /etc/dwelling/upload.yaml [Install] WantedBy=multi-user.target