Ver código fonte

Systemctl service improved

master
Dirk Alders 2 anos atrás
pai
commit
3137bbf930
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      __install__.py

+ 2
- 1
__install__.py Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar