newserver/roles/ams_systemd/files/st_ALL.service
2021-11-10 16:40:40 +01:00

15 lines
228 B
Desktop File

[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