mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 14:56:23 +02:00
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
if ! systemctl is-active <%= service %>
|
|
then
|
|
systemctl start <%= service %>
|
|
fi
|