aboutsummarylogtreecommitdiffstats
path: root/system.service
blob: 81610389b21d0520070b3fd90ac5cc29827cae98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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