Update dashy-install.sh
fix service
This commit is contained in:
parent
2e268c2f49
commit
0812983a64
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Description=dashy
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/opt/dashy
|
WorkingDirectory=/opt/dashy
|
||||||
ExecStart=/usr/bin/yarn start
|
ExecStart=/usr/bin/npm start
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue