Skip to content

Commit 08bb8be

Browse files
authored
Merge pull request #27 from bluecare/bugfix/initctl-not-found
Fix initctl not found
2 parents 20869c1 + 6a59002 commit 08bb8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/service/upstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
- name: "Service - Reload initctl config"
1010
become: true
11-
command: initctl reload-configuration
11+
command: /sbin/initctl reload-configuration

0 commit comments

Comments
 (0)