forked from infra/ansible
15 lines
257 B
Django/Jinja
15 lines
257 B
Django/Jinja
[Unit]
|
|
Description=HedgeDoc
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment=NODE_ENV=production
|
|
WorkingDirectory=/opt/hedgedoc-{{ hedgedoc_version }}
|
|
Type=simple
|
|
User=hackmd
|
|
ExecStart=/usr/bin/yarn start
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|