ansible-base/ansible/roles/hedgedoc/templates/systemd-unit.j2

14 lines
212 B
Text
Raw Normal View History

2023-12-16 15:13:01 +01:00
[Unit]
Description=Hedgedoc
After=multi-user.target
[Service]
WorkingDirectory=/opt/hedgedoc
Environment=NODE_ENV=production
ExecStart=yarn start
SyslogIdentifier=hedgedoc
[Install]
WantedBy=multi-user.target