1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-13 15:57:47 +00:00
home-manager/tests/modules/services/mpdscribble/basic-configuration.service
2025-03-25 21:44:04 -05:00

14 lines
395 B
Desktop File

[Install]
WantedBy=default.target
[Service]
ExecStart=/nix/store/00000000000000000000000000000000-mpdscribble-start
ExecStartPre=+/nix/store/00000000000000000000000000000000-mpdscribble-pre-start/bin/mpdscribble-pre-start
RuntimeDirectory=mpdscribble
RuntimeDirectoryMode=700
StateDirectory=mpdscribble
[Unit]
After=network.target
After=mpd.service
Description=mpdscribble mpd scrobble client