Skip to content

Instantly share code, notes, and snippets.

@ulcuber
Last active October 5, 2018 15:17
Show Gist options
  • Save ulcuber/f9aa901cadd68bc6481fbe142e46b28e to your computer and use it in GitHub Desktop.
Save ulcuber/f9aa901cadd68bc6481fbe142e46b28e to your computer and use it in GitHub Desktop.
[Unit]
Description=Pgadmin4 Service
After=network.target
[Service]
User= root
Group= root
# Point to the virtual environment directory
WorkingDirectory=__VENV_PATH__
# Point to the bin folder of your virtual environment
Environment="PATH=__VENV_PATH__/bin"
ExecStart="__EXEC_DIR__"
PrivateTmp=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment