mirror of
https://github.com/anope/anope.git
synced 2026-07-07 10:23:13 +02:00
18 lines
353 B
Plaintext
18 lines
353 B
Plaintext
[Unit]
|
|
After=network.target
|
|
Description=Anope IRC Services
|
|
Documentation=https://wiki.anope.org/
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=@BIN_DIR@/@PROGRAM_NAME@ --nofork
|
|
Restart=on-failure
|
|
Type=simple
|
|
WorkingDirectory=@CMAKE_INSTALL_PREFIX@
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|