File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ Environment=PYTHONUNBUFFERED=x
15
15
WorkingDirectory =/var/lib/copyparty-jail
16
16
ExecReload =/bin/kill -s USR1 $MAINPID
17
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'
20
-
21
18
# run copyparty
22
19
ExecStart =/usr/bin/python3 /usr/bin/copyparty -c %h/.config/copyparty/copyparty.conf
23
20
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ ExecReload=/bin/kill -s USR1 $MAINPID
22
22
User =%i
23
23
Environment =XDG_CONFIG_HOME =/home/%i/.config
24
24
25
- # stop systemd-tmpfiles-clean.timer from deleting copyparty while it's running
26
- ExecStartPre =+/bin/bash -c 'mkdir -p /run/tmpfiles.d/ && echo "x /tmp/pe-copyparty*" > /run/tmpfiles.d/copyparty.conf'
27
-
28
25
# run copyparty
29
26
ExecStart =/usr/bin/python3 /usr/bin/copyparty -c /etc/copyparty.d/init
30
27
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ Environment=PYTHONUNBUFFERED=x
22
22
WorkingDirectory =/var/lib/copyparty-jail
23
23
ExecReload =/bin/kill -s USR1 $MAINPID
24
24
25
- # stop systemd-tmpfiles-clean.timer from deleting copyparty while it's running
26
- ExecStartPre =+/bin/bash -c 'mkdir -p /run/tmpfiles.d/ && echo "x /tmp/pe-copyparty*" > /run/tmpfiles.d/copyparty.conf'
27
-
28
25
# run copyparty
29
26
ExecStart =/bin/bash /usr/bin/prisonparty /var/lib/copyparty-jail %i %i \
30
27
/etc/copyparty.d \
You can’t perform that action at this time.
0 commit comments