Made it so this package runs rc sync only once and waits 3 seconds before doing so in case init-watchdog is also responding.
10 lines
119 B
Bash
Executable File
10 lines
119 B
Bash
Executable File
#!/bin/ash
|
|
|
|
|
|
service quecmanager-services stop
|
|
service quecmanager-services disable
|
|
|
|
echo "Cleanup complete."
|
|
exit 0
|
|
|