Browse Source

Added Mopidy dependency to the systemd service

Brendan Abolivier 8 years ago
parent
commit
873096d802
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      welcomehome.service

+ 1
- 0
welcomehome.service View File

1
 [Unit]
1
 [Unit]
2
 Description=Welcome Home
2
 Description=Welcome Home
3
 After=mopidy.service
3
 After=mopidy.service
4
+Requires=mopidy.service
4
 [Service]
5
 [Service]
5
 Type=simple
6
 Type=simple
6
 ExecStart=/usr/local/bin/welcomehome /etc/welcomehome/welcomehome.conf
7
 ExecStart=/usr/local/bin/welcomehome /etc/welcomehome/welcomehome.conf