Skip to content

Instantly share code, notes, and snippets.

@nullpilot
Created February 17, 2022 12:11
Show Gist options
  • Save nullpilot/7420242ad575eaa153506403b78b6699 to your computer and use it in GitHub Desktop.
Save nullpilot/7420242ad575eaa153506403b78b6699 to your computer and use it in GitHub Desktop.
Service file for my PAW node
[Unit]
Description=PAW network node
After=network.target
[Service]
Type=simple
WorkingDirectory=/home/pawnode/paw_panda/
ExecStart=paw_node --daemon --data_path=/home/pawnode/paw_panda/
Restart=always
RestartSec=10
KillSignal=SIGINT
User=pawnode
Group=pawnode
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment