15 lines
228 B
Desktop File
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
|