services: sysctl: Fix typo.
* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
This commit is contained in:
parent
e4e525096b
commit
172b3e2cc2
|
@ -33,7 +33,7 @@
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(define-record-type* <sysctl-configuration>
|
(define-record-type* <sysctl-configuration>
|
||||||
sysctl-configuration make-sysctl-configuration?
|
sysctl-configuration make-sysctl-configuration
|
||||||
sysctl-configuration?
|
sysctl-configuration?
|
||||||
(sysctl sysctl-configuration-sysctl ; path of the 'sysctl' command
|
(sysctl sysctl-configuration-sysctl ; path of the 'sysctl' command
|
||||||
(default (file-append procps "/sbin/sysctl")))
|
(default (file-append procps "/sbin/sysctl")))
|
||||||
|
|
Loading…
Reference in New Issue