blob: 4e75ae2ce3c86123a54d3b623885d0ce46983856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2012 Wulf C. Krueger <philantrop@exherbo.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]
User=irker
ExecStart=/usr/bin/irkerd
User=irker
[Install]
WantedBy=multi-user.target
Alias=irker.service
|