parent
833a06ce8d
commit
b941c57f13
@ -0,0 +1,16 @@
|
||||
prefix = /usr/local
|
||||
|
||||
install:
|
||||
mkdir -p $(prefix)/sbin
|
||||
mkdir -p $(prefix)/etc/proxmox-routing
|
||||
mkdir -p /etc/systemd/system/
|
||||
mkdir -p /etc/logrotate.d/
|
||||
|
||||
cp creationRoutesVM.sh $(prefix)/sbin/creationRoutesVM
|
||||
cp inotify-triggered-vm-route-creation.sh $(prefix)/sbin/
|
||||
cp send-icmp.py $(prefix)/sbin/
|
||||
|
||||
cp creds.example $(prefix)/etc/proxmox-routing/creds
|
||||
|
||||
cp vm-route-creation.service /etc/systemd/system/
|
||||
cp vm-routes-creation.logrotate /etc/logrotate.d/
|
Loading…
Reference in new issue