mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 12:16:18 +02:00
6 lines
127 B
Bash
Executable file
6 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
if systemctl is-active <%= service %>
|
|
then
|
|
# Stop service that is running
|
|
systemctl stop <%= service %>
|
|
fi
|