Skip to content

Commit b09c123

Browse files
Change ExecStart command for vorpal service (#296)
1 parent 8842dce commit b09c123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ After=network.target
9999
100100
[Service]
101101
Type=simple
102-
ExecStart=${INSTALL_DIR}/bin/vorpal start
102+
ExecStart=${INSTALL_DIR}/bin/vorpal services start
103103
Restart=always
104104
RestartSec=5
105105

0 commit comments

Comments
 (0)