[Unit] Description=CodiMD: collaborative Markdown notes Documentation=https://github.com/hackmdio/codimd After=network.target postgresql.service [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="NODE_ENV=production" Environment="__YNH_NODE_LOAD_PATH__" ExecStart=__YNH_NODE__ app.js Restart=always PrivateTmp=true PrivateDevices=true [Install] WantedBy=multi-user.target