aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/rpm/vpp.service
blob: fc66b15ccbc942046e842f471d6e80aa9ac65a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Vector Packet Processing Process
After=syslog.target network.target auditd.service

[Service]
ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf
Type=simple
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target