python -> python3
This commit is contained in:
parent
67a315aee2
commit
1b8489ad88
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ User=radical-api
|
|||
Group=radical-api
|
||||
Restart=on-failure
|
||||
RestartSec=20 3
|
||||
ExecStart=/usr/bin/env python /otp/radical-api/main.py
|
||||
ExecStart=/usr/bin/env python3 /otp/radical-api/main.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi.user.target
|
||||
|
|
Loading…
Reference in a new issue