3 lines
113 B
Bash
3 lines
113 B
Bash
#! /bin/bash
|
|
systemctl --global enable --now sdgyrodsu.service || echo "sdgyrodsu service could not be enabled"
|