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
2021-06-02 18:18:33 +02:00

20 lines
382 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
Restart=always
PrivateTmp=true
PrivateDevices=true
[Install]
WantedBy=multi-user.target