Initial commit
This commit is contained in:
commit
1170c807ba
8 changed files with 327 additions and 0 deletions
15
systemd/mopidy-display.service
Normal file
15
systemd/mopidy-display.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Put this file in /usr/lib/systemd/system/
|
||||
# Run "systemctl enable mopidy-display" to launch on startup
|
||||
[Unit]
|
||||
Description=Mopidy Display
|
||||
After=network-online.target time-sync.target sound.target avahi-daemon.service pulseaudio.service
|
||||
|
||||
[Service]
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/home/pi/pirate-audio-display/start.sh
|
||||
Restart=on-failure
|
||||
User=pi
|
||||
Group=pi
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue