Skip to content

Instantly share code, notes, and snippets.

View aldnav's full-sized avatar
๐Ÿคนโ€โ™‚๏ธ
ยฏ\_(ใƒ„)_/ยฏ

Aldrin Navarro aldnav

๐Ÿคนโ€โ™‚๏ธ
ยฏ\_(ใƒ„)_/ยฏ
View GitHub Profile
@aldnav
aldnav / gitlabhq_mentions.md
Created July 31, 2017 04:22
Mentionable implementation of GitlabHQ CE
@aldnav
aldnav / [email protected]
Created July 22, 2017 16:45 — forked from afk-mario/[email protected]
Django + Gunicorn + VirtualEnv + Systemd
[Unit]
Description=Gunicorn for project %I
After=network.target
After=syslog.target
[Service]
EnvironmentFile=/etc/conf.d/django_%i
ExecStart=/usr/bin/start_gunicorn
Restart=always
SyslogIdentifier=gunicorn%I