summaryrefslogtreecommitdiff
path: root/net-irc/irker/files/irkerd.service
blob: 232a8d5811a5abf937837f324575b951f4c5abb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2012 Wulf C. Krueger <philantrop@exherbo.org>
# Copyright 2022 Arthur Zamarin <arthurzam@gentoo.org>
# Distributed under the terms of the BSD LICENSE

[Unit]
Description=Internet Relay Chat (IRC) notification daemon
Requires=network.target
Documentation=man:irkerd(8) man:irkerhook(1) man:irk(1)

[Service]
ExecStart=@EPREFIX@/usr/bin/irkerd
User=irker
DynamicUser=yes
NoNewPrivileges=yes
CapabilityBoundingSet=
PrivateDevices=yes
ProtectHome=yes

[Install]
WantedBy=multi-user.target
Alias=irker.service