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