diff --git a/utils/disable b/utils/disable new file mode 120000 index 0000000000000000000000000000000000000000..8b293ee534aa4081ab90745b731b6265f5f17c9a --- /dev/null +++ b/utils/disable @@ -0,0 +1 @@ +systemctl_commands \ No newline at end of file diff --git a/utils/enable b/utils/enable new file mode 120000 index 0000000000000000000000000000000000000000..8b293ee534aa4081ab90745b731b6265f5f17c9a --- /dev/null +++ b/utils/enable @@ -0,0 +1 @@ +systemctl_commands \ No newline at end of file diff --git a/utils/restart b/utils/restart new file mode 120000 index 0000000000000000000000000000000000000000..8b293ee534aa4081ab90745b731b6265f5f17c9a --- /dev/null +++ b/utils/restart @@ -0,0 +1 @@ +systemctl_commands \ No newline at end of file diff --git a/utils/start b/utils/start new file mode 120000 index 0000000000000000000000000000000000000000..8b293ee534aa4081ab90745b731b6265f5f17c9a --- /dev/null +++ b/utils/start @@ -0,0 +1 @@ +systemctl_commands \ No newline at end of file diff --git a/utils/status b/utils/status new file mode 120000 index 0000000000000000000000000000000000000000..8b293ee534aa4081ab90745b731b6265f5f17c9a --- /dev/null +++ b/utils/status @@ -0,0 +1 @@ +systemctl_commands \ No newline at end of file diff --git a/utils/stop b/utils/stop new file mode 120000 index 0000000000000000000000000000000000000000..8b293ee534aa4081ab90745b731b6265f5f17c9a --- /dev/null +++ b/utils/stop @@ -0,0 +1 @@ +systemctl_commands \ No newline at end of file diff --git a/utils/systemctl_commands b/utils/systemctl_commands new file mode 100644 index 0000000000000000000000000000000000000000..6488ad1cecd86bb823a7757fc9704422caa73544 --- /dev/null +++ b/utils/systemctl_commands @@ -0,0 +1,4 @@ +#!/bin/bash + +domain=`pwd | cut -d'/' -f4` +systemctl `basename "$0"` u@$domain