1[Unit]
2Description=ZNC, an advanced IRC bouncer
3After=network.target
4
5[Service]
6ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/znc -f
7User=znc
8
9[Install]
10WantedBy=multi-user.target
11