diff options
Diffstat (limited to 'system.service')
-rw-r--r-- | system.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system.service b/system.service index 7332d3563e7..82017182aa9 100644 --- a/system.service +++ b/system.service @@ -8,7 +8,8 @@ Group=thelounge Type=simple Environment=THELOUNGE_HOME=/etc/thelounge ExecStart=/usr/bin/thelounge start -ProtectSystem=yes +ProtectSystem=strict +ReadWritePaths=/etc/thelounge ProtectHome=yes NoNewPrivileges=yes PrivateTmp=yes |