2020-11-19 21:41:03 +01:00
|
|
|
[Unit]
|
|
|
|
Description=HedgeDoc: collaborative Markdown notes
|
|
|
|
Documentation=https://github.com/hedgedoc/hedgedoc
|
|
|
|
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
|
|
|
|
|
2021-03-22 22:31:12 +01:00
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectSystem=full
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
|
2020-11-19 21:41:03 +01:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|