We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d410524 commit 4048683Copy full SHA for 4048683
contrib/package/arch/copyparty-user.service
@@ -16,7 +16,7 @@ WorkingDirectory=/var/lib/copyparty-jail
16
ExecReload=/bin/kill -s USR1 $MAINPID
17
18
# stop systemd-tmpfiles-clean.timer from deleting copyparty while it's running
19
-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'
20
21
# run copyparty
22
ExecStart=/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf
0 commit comments