We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a51195 + 01ea810 commit eeaadb9Copy full SHA for eeaadb9
images/common/config/system.toml
@@ -2,6 +2,7 @@
2
[init]
3
name = "systemd"
4
is_available = ["/bin/systemctl", "--version"]
5
+start = ["/bin/systemctl", "start", "{}"]
6
restart = ["/bin/systemctl", "restart", "{}"]
7
stop = ["/bin/systemctl", "stop", "{}"]
8
enable = ["/bin/systemctl", "enable", "{}"]
0 commit comments