Skip to content

Instantly share code, notes, and snippets.

@novy4
Created September 6, 2023 16:09
Show Gist options
  • Save novy4/ef67e0909536d1b023ed37055e8c397d to your computer and use it in GitHub Desktop.
Save novy4/ef67e0909536d1b023ed37055e8c397d to your computer and use it in GitHub Desktop.
heimdalld.service
[Unit]
Description=Heimdall
After=network.target
[Service]
Restart=on-failure
RestartSec=3
User=polygon
LimitNOFILE=65535
ExecStart=/home/polygon/heimdall/build/heimdalld --home /home/polygon/.local/share/heimdall/ start
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment