Skip to content

Instantly share code, notes, and snippets.

@ryandotsmith
Last active March 27, 2024 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandotsmith/9a4af3a06d5bd95456305f04c5873c88 to your computer and use it in GitHub Desktop.
Save ryandotsmith/9a4af3a06d5bd95456305f04c5873c88 to your computer and use it in GitHub Desktop.
# /etc/systemd/system/shovel.service
[Unit]
Description=shovel
After=network.target
[Service]
ExecStart=/bin/bash -c 'source /home/ubuntu/shovel.env; /home/ubuntu/shovel -config /home/ubuntu/shovel.json -l :8546'
Restart=always
RestartSec=5
TimeoutSec=6000
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment