aboutsummarylogtreecommitdiffstats
path: root/system.service
diff options
context:
space:
mode:
authorReto Brunner2018-12-26 08:52:35 +0100
committerReto Brunner2018-12-26 09:05:20 +0100
commit30f9025cf02240e7a744fa4d9048c29aec86037e (patch)
treeea24a9628a80b6f62d605601e9c2836821d9ce90 /system.service
parentc4f5490709d9b025705f7fe346a034431111717f (diff)
downloadaur-30f9025cf02240e7a744fa4d9048c29aec86037e.tar.gz
Revert split config/data dirs
And address the other review comments
Diffstat (limited to 'system.service')
-rw-r--r--system.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/system.service b/system.service
index b311b2344a14..82017182aa95 100644
--- a/system.service
+++ b/system.service
@@ -6,10 +6,10 @@ After=network.target
User=thelounge
Group=thelounge
Type=simple
-Environment=THELOUNGE_HOME=/var/lib/thelounge
+Environment=THELOUNGE_HOME=/etc/thelounge
ExecStart=/usr/bin/thelounge start
ProtectSystem=strict
-ReadWritePaths=/etc/thelounge /var/lib/thelounge
+ReadWritePaths=/etc/thelounge
ProtectHome=yes
NoNewPrivileges=yes
PrivateTmp=yes