1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
codimd_ynh/conf/systemd.service
ericgaspar d47487ede3
Fix
2021-06-02 18:17:17 +02:00

21 lines
396 B
Desktop File

[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"
ExecStart=__FINALPATH__ app.js
#__YNH_NPM__
Restart=always
PrivateTmp=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target