[Unit] Description=Luckysheet: online spreadsheet Documentation=https://github.com/mengshukeji/Luckysheet After=network.target [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" ExecStart=__YNH_NPM__ run dev Restart=always PrivateTmp=true PrivateDevices=true [Install] WantedBy=multi-user.target