aboutsummarylogtreecommitdiffstats
path: root/system.service
diff options
context:
space:
mode:
authorMaxime Poulin2018-02-04 18:41:15 -0500
committerMaxime Poulin2018-02-04 18:41:15 -0500
commit14959bb10a266878966b954fe6388c6b5b85f0f1 (patch)
treed3991549da2b4f724438a17b7672189c5ef153ca /system.service
parentd9730a989ba6606631a7fec5fbe6aec2b2067bd3 (diff)
downloadaur-14959bb10a266878966b954fe6388c6b5b85f0f1.tar.gz
Update to 2.7.0
Diffstat (limited to 'system.service')
-rw-r--r--system.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/system.service b/system.service
index 3c189c005f28..3f019ffe9a4f 100644
--- a/system.service
+++ b/system.service
@@ -6,7 +6,8 @@ After=network.target
User=thelounge
Group=thelounge
Type=simple
-ExecStart=/usr/bin/lounge --home /etc/thelounge start
+Environment=THELOUNGE_HOME=/etc/thelounge
+ExecStart=/usr/bin/lounge start
ProtectSystem=yes
ProtectHome=yes
NoNewPrivileges=yes