Selaa lähdekoodia

Systemctl service improved

master
Dirk Alders 2 vuotta sitten
vanhempi
commit
3137bbf930
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      __install__.py

+ 2
- 1
__install__.py Näytä tiedosto

@@ -6,7 +6,8 @@ import sys
6 6
 SERVICE_FILE = """
7 7
 [Unit]
8 8
 Description=Spotify Service
9
-After=mosquitto.target
9
+After=network-online.target
10
+Wants=network-online.target
10 11
 [Service]
11 12
 User=%(UID)d
12 13
 Group=%(GID)d

Loading…
Peruuta
Tallenna