[Unit] Description=__APP__ filestore After=network.target [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ EnvironmentFile=__FINALPATH__/variables.env ExecStart=__YNH_NODE__ __FINALPATH__/live/services/filestore/app.js StandardOutput=append:/var/log/__APP__/filestore.log StandardError=inherit Restart=on-failure RestartSec=5s [Install] WantedBy=multi-user.target