[Unit] Description=Haste is an open-source pastebin software After=syslog.target After=network.target [Service] Type=simple User=__APP__ Group=__APP__ ExecStartPre=__NODEJS__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" ExecStart=/opt/node_n/n/versions/node/__VERSION__/bin/npm start Restart=always [Install] WantedBy=multi-user.target