From 6fef53ab088df9db3934113fe20f0a339f367f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 May 2023 19:27:35 +0200 Subject: [PATCH] Update xftp.systemd.service --- conf/xftp.systemd.service | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/xftp.systemd.service b/conf/xftp.systemd.service index a2057c9..12c0092 100644 --- a/conf/xftp.systemd.service +++ b/conf/xftp.systemd.service @@ -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