Skip to content

Commit

Permalink
fix(systemd): merge from template systemd/system-dashboard.service
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Aug 9, 2020
1 parent 1ce6abc commit 030013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/system-dashboard.service
Expand Up @@ -5,7 +5,7 @@ Wants=network-online.target

[Service]
Type=notify
ExecStart=/usr/bin/node --unhandled-rejections=strict --trace-uncaught --trace-warnings --title {{name}} {{installdir}}/src/{{name}}-cli.mjs
ExecStart="/usr/bin/node --unhandled-rejections=strict --trace-uncaught --trace-warnings --title {{name}} {{installdir}}/src/{{name}}-cli.mjs"
ExecReload=/bin/kill -HUP $MAINPID
RestartSec=40
TimeoutStartSec=25
Expand Down

0 comments on commit 030013e

Please sign in to comment.