blob: 1a244a618da3f7fa56cd9d32f6e08a50833e64a8 (
plain)
ofs | hex dump | ascii |
---|
0000 | 28 5c 8f 02 00 00 00 00 02 04 00 60 00 00 00 4d 00 00 10 10 10 10 10 10 18 18 18 18 18 18 08 00 | (\.........`...M................ |
0020 | 45 00 00 3b 38 d6 00 00 80 11 c1 da 10 00 00 01 30 00 00 01 04 00 00 35 00 27 00 00 00 30 00 00 | E..;8...........0......5.'...0.. |
0040 | 00 01 00 00 00 00 00 00 03 77 77 77 05 63 69 73 63 6f 03 63 6f 6d 00 00 01 00 01 00 00 00 00 00 | .........www.cisco.com.......... |
0060 | 4d b8 1e 05 00 00 00 00 02 05 00 70 00 00 00 5d 00 00 20 20 20 20 20 20 28 28 28 28 28 28 08 00 | M..........p...]........((((((.. |
0080 | 45 00 00 4b 38 d6 00 00 7e 11 c3 ca 30 00 00 01 10 00 00 01 00 35 04 00 00 37 00 00 00 30 84 80 | E..K8...~...0........5...7...0.. |
00a0 | 00 01 00 01 00 00 00 00 03 77 77 77 05 63 69 73 63 6f 03 63 6f 6d 00 00 01 00 01 c0 0c 00 01 00 | .........www.cisco.com.......... |
00c0 | 01 00 00 00 00 00 04 64 64 64 64 00 00 00 00 00 28 5c 8f 82 00 00 00 00 02 04 00 60 00 00 00 4d | .......dddd.....(\.........`...M |
00e0 | 00 00 10 10 10 10 10 10 18 18 18 18 18 18 08 00 45 00 00 3b 38 d6 00 00 80 11 c1 d7 10 00 00 02 | ................E..;8........... |
0100 | 30 00 00 03 04 00 00 35 00 27 00 00 00 30 00 00 00 01 00 00 00 00 00 00 03 77 77 77 05 63 69 73 | 0......5.'...0...........www.cis |
0120 | 63 6f 03 63 6f 6d[Unit]
Description=vector packet processing engine
After=network.target
[Service]
Type=simple
ExecStartPre=-/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api
ExecStartPre=-/sbin/modprobe igb_uio
ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
ExecStopPost=/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api
Restart=always
[Install]
WantedBy=multi-user.target
|