Systemctl service improved

This commit is contained in:
Dirk Alders 2022-08-24 14:29:46 +01:00
parent 826bd78926
commit 3137bbf930

View File

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