2022-03-04 00:43:40 +01:00
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=PATH=/home/hm-user/.nix-profile/bin
|
|
|
|
ExecStart=@mpd@/bin/mpd --no-daemon /nix/store/00000000000000000000000000000000-mpd.conf
|
2022-03-21 22:41:39 +01:00
|
|
|
ExecStartPre=/nix/store/00000000000000000000000000000000-bash-5.1-p16/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils-9.0/bin/mkdir -p '/home/hm-user/.local/share/mpd' '/home/hm-user/.local/share/mpd/playlists'"
|
2022-03-04 00:43:40 +01:00
|
|
|
Type=notify
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
After=network.target
|
|
|
|
After=sound.target
|
|
|
|
Description=Music Player Daemon
|