fix openhamclock service
This commit is contained in:
@@ -5,7 +5,7 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=%h/.local/bin/openhamclock
|
WorkingDirectory=%h/.local/bin/openhamclock
|
||||||
ExecStart=/usr/bin/pm2 start server.js
|
ExecStart=/usr/bin/node server.js
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user