aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuperpiffer2018-11-09 10:48:04 +0100
committerGitHub2018-11-09 10:48:04 +0100
commitf896a68932b1ecc21a2dd97a923d313070148049 (patch)
treef71e7dfa8fd562b70ca707354ae8f26a243919e2
parent1c9c98958f78d8e67457617457c5cf020d76db4c (diff)
downloadaur-f896a68932b1ecc21a2dd97a923d313070148049.tar.gz
Added environment variable
User service needs to define the environment variable in order to override the .thelounge_home file.
-rw-r--r--user.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/user.service b/user.service
index adad5ee08f5f..fc82ae807cbf 100644
--- a/user.service
+++ b/user.service
@@ -3,6 +3,7 @@ Description=The Lounge IRC client
[Service]
Type=simple
+Environment=THELOUNGE_HOME=~/.thelounge
ExecStart=/usr/bin/thelounge start
[Install]