blob: 6301852523fe06aed515d507c855e0f5f2004a5a [file] [log] [blame]
[Unit]
Description=RoundTrip Client App
[Service]
Type=simple
WorkingDirectory=/opt/roundtrip
ExecStart=/usr/local/bin/pipenv run python3 roundtrip.py
Restart=always
[Install]
WantedBy=multi-user.target