blob: f1f15e0dde6de283c8f9e2a426514cba5ba4ffef [file] [log] [blame]
[Unit]
Description=On-Commit Commands Client App
[Service]
Type=simple
WorkingDirectory=/opt/occ
ExecStart=/usr/local/bin/pipenv run python3 occ.py
Restart=always
[Install]
WantedBy=multi-user.target