|
|
|
|
|
by rmgk
520 days ago
|
|
I don’t think this is about lisp syntax. The systemd variant uses one of the universal DSLs for key-value pairs (key=value) and the universal DSL for calling programs (program name, space separated list of arguments). The latter is even the same syntax that lisp uses for functions calls – thus I would argue the systemd config file looks more like a lisp program than the Guix version does. As a person that has seen a reasonable amount of sexpression, this is what I would not bat an eye at: (start /path/to/ntpd -n -c /etc/ntpd.conf -u ntpd -g) |
|