blob: 1a63cd84e6be8df76ff48e6389b81b986fa82763 [file] [log] [blame]
[Unit]
Description=Pipservice Test Application
[Service]
Type=simple
WorkingDirectory=/opt/testapp
ExecStart=/usr/bin/pipenv run python3 testapp.py
Restart=on-failure
[Install]
WantedBy=multi-user.target