1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/package/after-install-debian.sh
Ben Cartwright-Cox 7944d8f2d5 Auto start stayrtr on debian flavors, create missing directories
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
2023-01-23 14:58:00 +00:00

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