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

[Service]
User=shout-irc
Group=shout-irc
Type=simple
ExecStart=/usr/bin/shout-irc --home /etc/shout-irc
ProtectSystem=yes
ProtectHome=yes
NoNewPrivileges=yes
PrivateTmp=yes

[Install]
WantedBy=multi-user.target