1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00

Update xftp.systemd.service

This commit is contained in:
Éric Gaspar 2023-05-23 19:27:35 +02:00
parent 08fc68bdf8
commit 6fef53ab08

View file

@ -9,7 +9,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/xftp-server start +RTS -N -RTS
ExecStopPost=/usr/bin/env sh -c '[ -e "/var/opt/simplex-xftp/file-server-store.log" ] && cp "/var/opt/simplex-xftp/file-server-store.log" "/var/opt/simplex-xftp/file-server-store.log.$(date +'%FT%T')"'
LimitNOFILE=65535
KillSignal=SIGINT
TimeoutStopSec=infinity