mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
14 lines
282 B
Desktop File
14 lines
282 B
Desktop File
[Unit]
|
|
Description=PhantomJS headless browser with HighCharts
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/phantomjs /home/%i/highcharts/highcharts-convert.js -host 10.127.0.197 -port 3003
|
|
KillMode=process
|
|
Restart=always
|
|
User=%i
|
|
Group=%i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|