add ExecStartPre sleep of 10 seconds before starting fbcp

This commit is contained in:
Brennen Bearnes 2018-11-30 14:03:32 -07:00
parent 753fee326d
commit 5234265f69

View file

@ -400,6 +400,7 @@ After=network.target
[Service]
Type=simple
ExecStartPre=/bin/sleep 10
ExecStart=/usr/local/bin/fbcp
[Install]