Config file : /usr/lib/systemd/system/
Format
[Unit]
Description = My Program
After = network.target
[Service]
Type = forking
ExecStart = xxxx --with-parameters
ExecReload =
ExecStop = pkill -9 xxxx
PrivateTmp=true
[Install]
WantedBy=multi-user.target