Skip to content

Instantly share code, notes, and snippets.

View marcelometal's full-sized avatar
🤘

Marcelo Jorge Vieira marcelometal

🤘
View GitHub Profile
@marcelometal
marcelometal / fix_tsuru_copyright_notice_year.sh
Created September 3, 2017 18:37
Tsuru: Fixed copyright notice year
@marcelometal
marcelometal / thumbor.service
Created July 27, 2015 22:25
Thumbor systemd
# File: /lib/systemd/system/thumbor.service
[Unit]
Description=Photo thumbnail service
[Service]
Type=simple
ExecStart=/usr/bin/thumbor -c /etc/thumbor.conf
[Install]