Skip to content

Instantly share code, notes, and snippets.

@victor-oliveira1
Last active December 29, 2022 02:19
Show Gist options
  • Save victor-oliveira1/0418555fe64ba782da0beb13a25e113b to your computer and use it in GitHub Desktop.
Save victor-oliveira1/0418555fe64ba782da0beb13a25e113b to your computer and use it in GitHub Desktop.
Openport Systemd Service
[Unit]
Description=Start Openport service on port %i
[Service]
ExecStart=/usr/bin/openport %i
User=pi
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment