aboutsummarylogtreecommitdiffstats
path: root/system.service
diff options
context:
space:
mode:
authorMaxime Poulin2016-02-12 18:01:24 -0500
committerMaxime Poulin2016-02-12 18:01:24 -0500
commit72ce7c1c277a83f6b6d07170e4cf9a674aedcb82 (patch)
treeacbf1962a1588b6319606d317448d457899e6b58 /system.service
downloadaur-72ce7c1c277a83f6b6d07170e4cf9a674aedcb82.tar.gz
Initial package of TheLounge IRC client
Diffstat (limited to 'system.service')
-rw-r--r--system.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/system.service b/system.service
new file mode 100644
index 000000000000..81610389b21d
--- /dev/null
+++ b/system.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=The Lounge IRC client
+After=network.target
+
+[Service]
+User=thelounge
+Group=thelounge
+Type=simple
+ExecStart=/usr/bin/lounge --home /etc/thelounge
+ProtectSystem=yes
+ProtectHome=yes
+NoNewPrivileges=yes
+PrivateTmp=yes
+
+[Install]
+WantedBy=multi-user.target