mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
refactoring
This commit is contained in:
3
resources/commands/service/restart-service.sh
Normal file
3
resources/commands/service/restart-service.sh
Normal file
@ -0,0 +1,3 @@
|
||||
sudo service __service__ restart
|
||||
|
||||
sudo service __service__ status | cat
|
1
resources/commands/service/service-status.sh
Executable file
1
resources/commands/service/service-status.sh
Executable file
@ -0,0 +1 @@
|
||||
sudo service __service__ status | cat
|
3
resources/commands/service/start-service.sh
Normal file
3
resources/commands/service/start-service.sh
Normal file
@ -0,0 +1,3 @@
|
||||
sudo service __service__ start
|
||||
|
||||
sudo service __service__ status | cat
|
3
resources/commands/service/stop-service.sh
Normal file
3
resources/commands/service/stop-service.sh
Normal file
@ -0,0 +1,3 @@
|
||||
sudo service __service__ stop
|
||||
|
||||
sudo service __service__ status | cat
|
Reference in New Issue
Block a user