Commit a840f6a3 authored by Leo Iannacone's avatar Leo Iannacone

use link for coffee instead of direct file

parent 7d868513
...@@ -4,7 +4,7 @@ Description=Deb-o-Matic web.ui ...@@ -4,7 +4,7 @@ Description=Deb-o-Matic web.ui
[Service] [Service]
Type=simple Type=simple
EnvironmentFile=/home/debomatic/debomatic-webui/systemd/systemd.env EnvironmentFile=/home/debomatic/debomatic-webui/systemd/systemd.env
ExecStart=/usr/bin/nodejs ${DW}/node_modules/coffee-script/bin/coffee ${DW}/debomatic-webui -c ${DWCONFIG}/%i.config ExecStart=/usr/bin/nodejs ${DW}/node_modules/.bin/coffee ${DW}/debomatic-webui -c ${DWCONFIG}/%i.config
ExecStop=/bin/kill -TERM $MAINPID ExecStop=/bin/kill -TERM $MAINPID
Restart=on-failure Restart=on-failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment