mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Merge pull request #61 from nbebout/master
Add ZNC systemd unit file for those distros that use systemd for their init
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=An advanced IRC bouncer
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/znc
|
||||
User=znc
|
||||
Type=forking
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user