Update dashy-install.sh

fix service
This commit is contained in:
tteckster 2024-05-30 22:22:30 -04:00 committed by GitHub
parent 2e268c2f49
commit 0812983a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Description=dashy
[Service]
Type=simple
WorkingDirectory=/opt/dashy
ExecStart=/usr/bin/yarn start
ExecStart=/usr/bin/npm start
[Install]
WantedBy=multi-user.target
EOF