mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
services: sysctl: Fix typo.
* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
This commit is contained in:
parent
e4e525096b
commit
172b3e2cc2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ (define-module (gnu services sysctl)
|
|||
;;;
|
||||
|
||||
(define-record-type* <sysctl-configuration>
|
||||
sysctl-configuration make-sysctl-configuration?
|
||||
sysctl-configuration make-sysctl-configuration
|
||||
sysctl-configuration?
|
||||
(sysctl sysctl-configuration-sysctl ; path of the 'sysctl' command
|
||||
(default (file-append procps "/sbin/sysctl")))
|
||||
|
|
Loading…
Reference in a new issue