Skip to content

Commit 4048683

Browse files
committed
remove ExecStartPre from user service (unnecessary?)
1 parent d410524 commit 4048683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/package/arch/copyparty-user.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WorkingDirectory=/var/lib/copyparty-jail
1616
ExecReload=/bin/kill -s USR1 $MAINPID
1717

1818
# 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'
19+
# ExecStartPre=+/bin/bash -c 'mkdir -p /run/tmpfiles.d/ && echo "x /tmp/pe-copyparty*" > /run/tmpfiles.d/copyparty.conf'
2020

2121
# run copyparty
2222
ExecStart=/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf

0 commit comments

Comments
 (0)