change python exec in service to be ambiguous

This commit is contained in:
Riley Housden 2022-08-19 23:41:08 -04:00
parent a367a73a65
commit d6d61e7cc9
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ User=$user$
Group=$user$
Restart=always
RestartSec=20 3
ExecStart=/usr/bin/env python3.9 main.py
ExecStart=/usr/bin/env python3 main.py
[Install]
WantedBy=multi.user.target