1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-15 08:46:52 +00:00
home-manager/tests/modules/services/mpdscribble/basic-configuration.service

15 lines
395 B
SYSTEMD
Raw Normal View History

2025-03-25 20:44:04 -06:00
[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