8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Stop all services
|
||
|
CreoleService all stop
|
||
|
|
||
|
# Start only enabled ones
|
||
|
CreoleService all start
|