[Unit] Description=__APP__: collaborative Markdown notes After=network.target After=postgresql.service [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" ExecStart=__YNH_NPM__ start Restart=always PrivateTmp=true PrivateDevices=true [Install] WantedBy=multi-user.target