Skip to content

Instantly share code, notes, and snippets.

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 paradoxxxzero/3b3145a6a72652988d9caf3fcd17e922 to your computer and use it in GitHub Desktop.
Save paradoxxxzero/3b3145a6a72652988d9caf3fcd17e922 to your computer and use it in GitHub Desktop.
Systemd user service for img-serve.py
[Unit]
Description=Image server
[Service]
ExecStart=/usr/bin/python /etc/butterfly/themes/material-dark-bg/img-serve.py
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment