Created
July 27, 2015 22:25
-
-
Save marcelometal/5370ff52a22083acf97c to your computer and use it in GitHub Desktop.
Thumbor systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great work. Thank you.