From f08698effdb7029a328d5de85fcb2dde9ed5a16d Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 11 Feb 2022 04:07:36 +0400 Subject: [PATCH] Ha-ha, not -config, but -conf. xD --- init/systemd/dwelling-upload-clear.service | 2 +- init/systemd/dwelling-upload.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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