systemd service for the previous trigger
This commit is contained in:
parent
a5d52c6079
commit
8ee9bbfb26
8
vm-route-creation.service
Normal file
8
vm-route-creation.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
After=pve-guests.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/sbin/inotify-triggered-vm-route-creation
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue