Skip to content

Instantly share code, notes, and snippets.

/-

Created September 21, 2017 23:02
Show Gist options
  • Save anonymous/20c7f25103ceecd624ca47b0ffadf963 to your computer and use it in GitHub Desktop.
Save anonymous/20c7f25103ceecd624ca47b0ffadf963 to your computer and use it in GitHub Desktop.
# /nix/store/y5lna4760grm44fm6mczv4361j8w0qqd-unit-mpd.service/mpd.service
[Unit]
After=network.target sound.target
Description=Music Player Daemon
[Service]
Environment="LOCALE_ARCHIVE=/nix/store/5zy82yd0p3scpkp4lmxrz6vf3f9gk1nb-glibc-locales-2.25/lib/locale/locale-archive"
Environment="PATH=/nix/store/c07gdr6cm43j1cphadzafq185k711vx4-coreutils-8.26/bin:/nix/store/7pyzxi7k5l6nym972gi2nq8s9f9b2q0j-findutils-4.6.0/bin:/nix/store/r6s8rcd28wsk4gwviyc93343bq5zwlqq-gnugrep-3.0/bin:/nix/store/xk38vw7z7bfr8173vdwfrfamxqcaj7hi-gnused-4.4/bin:/nix/store/xckqiwxg8la4p7ln22z7ljalbq1x70xn-systemd-232/bin:/nix/store/c07gdr6cm43j1cphadzafq185k711vx4-coreutils-8.26/sbin:/nix/store/7pyzxi7k5l6nym972gi2nq8s9f9b2q0j-findutils-4.6.0/sbin:/nix/store/r6s8rcd28wsk4gwviyc93343bq5zwlqq-gnugrep-3.0/sbin:/nix/store/xk38vw7z7bfr8173vdwfrfamxqcaj7hi-gnused-4.4/sbin:/nix/store/xckqiwxg8la4p7ln22z7ljalbq1x70xn-systemd-232/sbin"
Environment="TZDIR=/nix/store/6cpggd50v2aq5zczn1jjiaavbz3hijf0-tzdata-2016j/share/zoneinfo"
ExecStart=/nix/store/vmdrwmcxvr0l72hkg98dj0yi1czbg2p6-mpd-0.20.6/bin/mpd --no-daemon /nix/store/z76i4pfcdzd5b2x2dz22ipfgnx437h4v-mpd.conf
ExecStartPre=/nix/store/h47743n1vav4lk0fh7pwr1ir0z46dpdb-unit-script/bin/mpd-pre-start
PermissionsStartOnly=true
User=mpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment