Skip to content

Instantly share code, notes, and snippets.

@teuteuguy
Last active May 30, 2020 07:53
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 teuteuguy/0f2e52cebdf9bcd76b8734b25a793644 to your computer and use it in GitHub Desktop.
Save teuteuguy/0f2e52cebdf9bcd76b8734b25a793644 to your computer and use it in GitHub Desktop.
greengrassd.service
[Unit]
Description=Start Greengrass at Boot
[Service]
Type=forking
PIDFile=/var/run/greengrassd.pid
Restart=on-failure
ExecStart=/greengrass/ggc/core/greengrassd start
ExecReload=/greengrass/ggc/core/greengrassd restart
ExecStop=/greengrass/ggc/core/greengrassd stop
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment