8 lines
200 B
Bash
Executable File
8 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ServiceName=$(python3 Scripts.py --getconfig PROGNAME)
|
|
SHMName=$(python3 Scripts.py --getconfig SHMNAME)
|
|
|
|
echo 'Остановка '$ServiceName
|
|
sudo systemctl stop site_$SHMName.service
|