16 lines
370 B
Desktop File
16 lines
370 B
Desktop File
# 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
|