mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
21 lines
396 B
Desktop File
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
|
|
|
|
|