mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-05 16:26:58 +08:00
preliminary version of enable complete
This commit is contained in:
@@ -14,4 +14,7 @@ var (
|
||||
|
||||
// ErrInsufficientPermissions means the calling executable was invoked without enough permissions to run the selected command
|
||||
ErrInsufficientPermissions = errors.New("insufficient permissions for action")
|
||||
|
||||
// ErrDoesNotExist means the unit specified doesn't exist or can't be found
|
||||
ErrDoesNotExist = errors.New("Unit does not exist")
|
||||
)
|
||||
|
Reference in New Issue
Block a user