2022-03-04 00:43:40 +01:00
|
|
|
[Install]
|
|
|
|
WantedBy=default.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=PATH=/home/hm-user/.nix-profile/bin
|
2023-03-05 09:41:34 +01:00
|
|
|
ExecStart=@mpd@/bin/mpd --no-daemon /nix/store/00000000000000000000000000000000-mpd.conf '--verbose'
|
2022-03-23 23:57:20 +01:00
|
|
|
ExecStartPre=/nix/store/00000000000000000000000000000000-bash/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils/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
|