Last active
December 29, 2022 02:19
-
-
Save victor-oliveira1/0418555fe64ba782da0beb13a25e113b to your computer and use it in GitHub Desktop.
Openport Systemd Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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