mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
Now you can actually install stayrtr from the deb/rpm's made by the Makefile, and they work! Tag: https://github.com/bgp/stayrtr/issues/58
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Debian convention is to auto start software
|
|
|
|
systemctl daemon-reload
|
|
systemctl enable stayrtr
|
|
systemctl start stayrtr |