[Unit]
Description={{description}}
After=network.target

[Service]
ExecStart={{execpath}} {{nodescript}}
Restart=always
SyslogIdentifier={{label}}
User={{user}}
Group={{group}}
Environment={{env}}
{{#stopparentfirst}}
KillMode=process
{{/stopparentfirst}}
{{#stoptimeout}}
TimeoutStopSec={{stoptimeout}}
{{/stoptimeout}}

[Install]
WantedBy=multi-user.target
