sudo cp /path/to/rktup /usr/local/bin
sudo setcap cap_net_bind_service=+ep /usr/local/bin/rktup
cat <<EOF | sudo tee /etc/systemd/system/rktup.service
[Unit]
Description=rktup
Documentation=https://rktup.org
[Service]
User=nobody
Group=nogroup
ExecStart=/usr/local/bin/rktup --addr 127.0.0.1:33333 --hostname rktup.org --githubToken SECRET
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=full
[Install]
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl enable rktup
systemctl start rktup
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
rktup/rktup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published