aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Djundik2019-01-09 20:55:58 +0200
committerGitHub2019-01-09 20:55:58 +0200
commit52b1d519f8afd84aa8e9dfc8214b737013b0a231 (patch)
treef71e7dfa8fd562b70ca707354ae8f26a243919e2
parent1c9c98958f78d8e67457617457c5cf020d76db4c (diff)
parentf896a68932b1ecc21a2dd97a923d313070148049 (diff)
downloadaur-52b1d519f8afd84aa8e9dfc8214b737013b0a231.tar.gz
Merge pull request #7 from Superpiffer/master
Added environment variable
-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]