From 6c1ecf55f944460be51f39175fca0771e1372578 Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 22 Jan 2018 16:05:54 +0100 Subject: [PATCH] Updated Systemd Template --- systemd/library.service | 8 -------- 1 file changed, 8 deletions(-) diff --git a/systemd/library.service b/systemd/library.service index 84a7d27..4de76b6 100644 --- a/systemd/library.service +++ b/systemd/library.service @@ -5,16 +5,8 @@ After=network.target #After=mysqld.service [Service] -# Modify these two values and uncomment them if you have -# repos with lots of files and get an HTTP error 500 because -# of that -### -#LimitMEMLOCK=infinity -#LimitNOFILE=65535 RestartSec=2s Type=simple -User=library -Group=library WorkingDirectory=/home/library ExecStart=/home/library/library Restart=always