From e9c4703c4868083104dc241ac7102bbda6d3a06b Mon Sep 17 00:00:00 2001 From: Greg Newby Date: Mon, 8 Jul 2019 09:44:07 -0400 Subject: [PATCH] Update autocat3.service --- autocat3.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autocat3.service b/autocat3.service index 3789912..4eba36a 100644 --- a/autocat3.service +++ b/autocat3.service @@ -5,10 +5,11 @@ After=network.target [Service] User=autocat Type=simple +LimitNOFILE=4096 RuntimeDirectory=autocat WorkingDirectory=/var/lib/autocat/autocat3 ExecStartPre=-/usr/bin/mkdir /var/run/autocat ExecStart=/var/lib/autocat/.local/bin/pipenv run python CherryPyApp.py [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target