Current File : //etc/systemd/system/webuzo.service
[Unit]
Description=Webuzo Service
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=forking
ExecStart=/etc/init.d/webuzo start
ExecStop=/etc/init.d/webuzo stop
ExecReload=/etc/init.d/webuzo restart

[Install]
WantedBy=multi-user.target