Skip to content

Instantly share code, notes, and snippets.

@ggtools
Created February 3, 2017 08:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggtools/fa8fb8f9e69b214de9b4a1c6843b5fa9 to your computer and use it in GitHub Desktop.
Save ggtools/fa8fb8f9e69b214de9b4a1c6843b5fa9 to your computer and use it in GitHub Desktop.
Systemd unit for convoy
[Unit]
Description=Convoy Daemon
Before=docker.service
[Service]
ExecStart=/usr/local/bin/convoy daemon --drivers vfs --driver-opts vfs.path=/path/to/convoy/volume/storage
Type=simple
Restart=always
KillMode=process
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment