Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Last active October 19, 2017 14:02
Show Gist options
  • Save VirtuBox/3e9648e2e1a5d75f315032397e3a12f3 to your computer and use it in GitHub Desktop.
Save VirtuBox/3e9648e2e1a5d75f315032397e3a12f3 to your computer and use it in GitHub Desktop.
Isso service for systemd on Ubuntu 16.04 LTS
[Unit]
Description=lightweight Disqus alternative
[Service]
User=isso
Environment="ISSO_SETTINGS=/etc/isso.d/foo.example.cfg;/etc/isso.d/other.bar.cfg"
ExecStart=/usr/local/bin/gunicorn --log-file /var/log/isso.log isso.dispatch -b localhost:8080
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment