mirror of
https://github.com/taigrr/systemctl.git
synced 2026-03-09 00:14:38 -07:00
Fix lowercase typo
This commit is contained in:
@@ -66,7 +66,7 @@ func main() {
|
|||||||
defer cancel()
|
defer cancel()
|
||||||
// Equivalent to `systemctl enable nginx` with a 10 second timeout
|
// Equivalent to `systemctl enable nginx` with a 10 second timeout
|
||||||
opts := systemctl.Options{
|
opts := systemctl.Options{
|
||||||
usermode: false,
|
UserMode: false,
|
||||||
}
|
}
|
||||||
err := systemctl.Enable(ctx, unit, opts)
|
err := systemctl.Enable(ctx, unit, opts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user