14 lines
212 B
Text
14 lines
212 B
Text
![]() |
[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
|
||
|
|