diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-19 20:24:17 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-19 20:24:17 -0300 |
commit | 2a50130eb015ae0821f1d7d775f7920578b79a55 (patch) | |
tree | 0230e49c899147993ff8404b0c859d5dee1d8744 /pcr/mpdscribble/service | |
parent | cea8490173dfafe478f0feb3d01311ff0d42408a (diff) |
mpdscribble: add new package to [pcr]
Diffstat (limited to 'pcr/mpdscribble/service')
-rw-r--r-- | pcr/mpdscribble/service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/mpdscribble/service b/pcr/mpdscribble/service new file mode 100644 index 000000000..bda531cdf --- /dev/null +++ b/pcr/mpdscribble/service @@ -0,0 +1,10 @@ +[Unit] +Description={Libre,Last}.fm updater for MPD +After=mpd.service + +[Service] +User=%i +ExecStart=/usr/bin/mpdscribble --no-daemon + +[Install] +WantedBy=multi-user.target |