1
0
Fork 0

Ha-ha, not -config, but -conf. xD

This commit is contained in:
Alexander Andreev 2022-02-11 04:07:36 +04:00
parent 911bf8cc91
commit f08698effd
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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