mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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
|