execstart needs full path

ansible-ize
eric 2019-04-16 16:01:59 -04:00
parent c5ce7e8a53
commit 04d4c8401f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=network.target
User=autocat
Type=simple
WorkingDirectory=/var/lib/autocat/autocat3
ExecStart=pipenv run python CherryPyApp.py
ExecStart=/opt/rh/rh-python36/root/usr/bin/pipenv run python CherryPyApp.py
[Install]
WantedBy=multi-user.target