Merge pull request #295 from jmencak/formatting-nit
Addressing a formatting inconsistency.
This commit is contained in:
commit
11bd138745
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ DEF_CGROUP_MOUNT_POINT = "/sys/fs/cgroup/cpuset"
|
|||
DEF_CGROUP_MODE = 0o770
|
||||
|
||||
# service plugin configuration
|
||||
SERVICE_SYSTEMD_CFG_PATH="/etc/systemd/system/%s.service.d"
|
||||
SERVICE_SYSTEMD_CFG_PATH = "/etc/systemd/system/%s.service.d"
|
||||
DEF_SERVICE_CFG_DIR_MODE = 0o755
|
||||
|
||||
# modules plugin configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue