change python exec in service to be ambiguous
This commit is contained in:
parent
a367a73a65
commit
d6d61e7cc9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue