Skip to content

Commit d738ccc

Browse files
committed
ExecStart fix
1 parent e83a946 commit d738ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
Type=simple
4747
User=pi
4848
WorkingDirectory=$APP_DIR
49-
ExecStart=main
49+
ExecStart=$APP_DIR/main
5050
StandardOutput=append:$ENV_DIR/$LOG_FILE
5151
StandardError=inherit
5252
Restart=on-failure

0 commit comments

Comments
 (0)