From e8b3ae59c829a9c79a742941d7b751e7badea061 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 26 Jun 2018 23:47:06 -0600 Subject: [PATCH] omit limits for now --- .../dist/etc/skel/.config/systemd/user/telebit.service.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/share/dist/etc/skel/.config/systemd/user/telebit.service.tpl b/usr/share/dist/etc/skel/.config/systemd/user/telebit.service.tpl index 93ca864..34931cf 100644 --- a/usr/share/dist/etc/skel/.config/systemd/user/telebit.service.tpl +++ b/usr/share/dist/etc/skel/.config/systemd/user/telebit.service.tpl @@ -28,8 +28,8 @@ ExecReload=/bin/kill -USR1 $MAINPID # Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings. # Unmodified, this is not expected to use more than this. -LimitNOFILE=1048576 -LimitNPROC=64 +;LimitNOFILE=1048576 # no issues yet, but disabled just in case +;LimitNPROC=64 # doesn't work on some systems # Use private /tmp and /var/tmp, which are discarded after this stops. PrivateTmp=true