überall eingespielt aber noch nicht extern getestet
This commit is contained in:
14
roles/ams_systemd/files/st_ALL.service
Normal file
14
roles/ams_systemd/files/st_ALL.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=AMS start-/stopALL-Skript
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=jetty
|
||||
Group=dba
|
||||
#Environment="AA=bb"
|
||||
ExecStart=/home/jetty/startALL
|
||||
ExecStop=/home/jetty/stopALL
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user