fix openhamclock service

This commit is contained in:
David Young
2026-06-15 14:11:12 -06:00
parent f19873ee12
commit c7106ba76b

View File

@@ -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