Skip to content

Instantly share code, notes, and snippets.

@pacmac
Created December 15, 2019 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacmac/122df745f610dcc7a82fcdab7b707cbb to your computer and use it in GitHub Desktop.
Save pacmac/122df745f610dcc7a82fcdab7b707cbb to your computer and use it in GitHub Desktop.
[Unit]
Description=Dovecot Password Service
After=multi-user.target
Conflicts=getty@tty1.service
[Service]
Type=simple
WorkingDirectory=/root/http
ExecStart=/usr/bin/python /root/http/http.py
StandardInput=tty-force
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment