services: sysctl: Fix typo.

* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
master
宋文武 2017-07-18 20:09:30 +08:00
parent e4e525096b
commit 172b3e2cc2
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
;;;
(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")))