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 / django@.service
Created July 22, 2017 16:45 — forked from afk-mario/django@.service
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