mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
user services don't have a multi-user.target
This commit is contained in:
parent
60d933d980
commit
4adc8b16dd
|
@ -19,4 +19,4 @@ ExecReload=/bin/kill -s USR1 $MAINPID
|
||||||
ExecStart=/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf
|
ExecStart=/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -25,4 +25,4 @@ ExecStart=/bin/bash /usr/bin/prisonparty /var/lib/copyparty-jail %u %u \
|
||||||
/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf
|
/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue