aboutsummarylogtreecommitdiffstats
path: root/system.service
blob: 7332d3563e727f7487d340ca0ace590931846ba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=The Lounge IRC client
After=network.target

[Service]
User=thelounge
Group=thelounge
Type=simple
Environment=THELOUNGE_HOME=/etc/thelounge
ExecStart=/usr/bin/thelounge start
ProtectSystem=yes
ProtectHome=yes
NoNewPrivileges=yes
PrivateTmp=yes

[Install]
WantedBy=multi-user.target