blob: 65c57cec55bf9116c80a3707aa0d59765aa6cf6f [file] [log] [blame]
Patrick Venture042e4722019-01-07 07:42:11 -08001[Unit]
2Description=Phosphor Network Manager
3After=obmc-mapper.target
4
5[Service]
6ExecStart=/usr/bin/env phosphor-network-manager
7SyslogIdentifier=phosphor-network-manager
8Restart=always
9Type=dbus
10BusName=@BUSNAME_NETWORK@
11RuntimeDirectory = network
12RuntimeDirectoryPreserve = yes
13StateDirectory = network
14
15[Install]
16WantedBy=@SYSTEMD_TARGET@