From 698765aab063d351f4a10e0398aac791597ba9a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 May 2022 12:27:31 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index ff0f7e3..11c1f64 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,9 +7,8 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/__APP__ -StandardOutput=append:/var/log/__APP__/__APP__.log -StandardError=inherit +ExecStart=__FINALPATH__/librarian +LimitNOFILE=65536 [Install] WantedBy=multi-user.target