16 lines
300 B
Desktop File
16 lines
300 B
Desktop File
[Unit]
|
|
Description=Anope IRC services
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=anope
|
|
Group=anope
|
|
Type=forking
|
|
PIDFile=/run/anope/anope.pid
|
|
EnvironmentFile=-/etc/sysconfig/anope
|
|
ExecStart=/usr/sbin/anope $OPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|