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
2020-06-22 18:33:34 +02:00

19 lines
420 B
Desktop File

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