1
0
Fork 0

prepend python3 path in ExecStart of service

This commit is contained in:
Jaxon Wright 2024-12-31 12:58:09 -05:00 committed by GitHub
parent 175562e03e
commit f3203b0f3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ Wants=network-online.target
Restart=no
Type=simple
ExecStartPre=/bin/sleep 1
ExecStart=%h/.local/bin/nova.py
ExecStart=/usr/bin/python3 %h/.local/bin/nova.py
[Install]
WantedBy=default.target