Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Created May 10, 2022 23:07
Show Gist options
  • Select an option

  • Save PythonCoderAS/ab708af4681cee7d86d6aa3483a393b2 to your computer and use it in GitHub Desktop.

Select an option

Save PythonCoderAS/ab708af4681cee7d86d6aa3483a393b2 to your computer and use it in GitHub Desktop.
Minimal template for pipenv-powered python service #pipenv #systemd #systemd service
[Unit]
Description=Name
After=network-online.target
[Service]
User=username
WorkingDirectory=/path/to/directory/program/is/in
ExecStart=/usr/local/bin/pipenv run python main.py
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment