diff options
Diffstat (limited to 'src/tools/anope.service.in')
-rw-r--r-- | src/tools/anope.service.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/tools/anope.service.in b/src/tools/anope.service.in new file mode 100644 index 000000000..6fe8f652d --- /dev/null +++ b/src/tools/anope.service.in @@ -0,0 +1,17 @@ +[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 + |