Skip to content

Instantly share code, notes, and snippets.

@marcelometal
Created July 27, 2015 22:25
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelometal/5370ff52a22083acf97c to your computer and use it in GitHub Desktop.
Save marcelometal/5370ff52a22083acf97c to your computer and use it in GitHub Desktop.
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]
WantedBy=default.target
@YacheLee
Copy link

Great work. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment