mirror of
https://github.com/9001/copyparty.git
synced 2025-08-19 01:42:20 -06:00
remove ExecStartPre from user service (unnecessary?)
This commit is contained in:
parent
d410524137
commit
4048683a9c
|
@ -16,7 +16,7 @@ WorkingDirectory=/var/lib/copyparty-jail
|
||||||
ExecReload=/bin/kill -s USR1 $MAINPID
|
ExecReload=/bin/kill -s USR1 $MAINPID
|
||||||
|
|
||||||
# stop systemd-tmpfiles-clean.timer from deleting copyparty while it's running
|
# stop systemd-tmpfiles-clean.timer from deleting copyparty while it's running
|
||||||
ExecStartPre=+/bin/bash -c 'mkdir -p /run/tmpfiles.d/ && echo "x /tmp/pe-copyparty*" > /run/tmpfiles.d/copyparty.conf'
|
# ExecStartPre=+/bin/bash -c 'mkdir -p /run/tmpfiles.d/ && echo "x /tmp/pe-copyparty*" > /run/tmpfiles.d/copyparty.conf'
|
||||||
|
|
||||||
# run copyparty
|
# run copyparty
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue