1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 08:40:30 +02:00
Files
guix/gnu/services
Maxim Cournoyer 0c5d0c57d3 services: mpd: Do not eagerly look for a user.
Running 'guix system search mpd' would throw a backtrace because the
mpd-shepherd-service service start Gexp contained an unquoted call to
'getpwnam', which would look for a missing 'mpd' user and fail.

* gnu/services/audio.scm (mpd-shepherd-service): gexp-unquote only the
relevant variable rather than the whole expression.
2020-11-06 08:54:27 -05:00
..
2019-05-25 15:58:03 +05:30
2020-10-02 14:58:01 +02:00
2020-05-08 16:30:50 +02:00
2020-09-21 00:31:15 +02:00
2020-03-03 15:00:32 +01:00
2020-09-13 23:07:36 +02:00
2020-07-25 12:27:35 +03:00
2019-11-28 13:30:53 +01:00
2020-02-02 10:42:16 +01:00
2020-06-28 14:03:03 +03:00
2020-10-01 10:15:29 +03:00
2020-02-19 04:08:55 +01:00
2020-10-27 18:00:28 +01:00