summaryrefslogtreecommitdiffstats
path: root/xyz.openbmc_project.Network.service.in
blob: a478462d9abace27d58dd8ec26197aeb986a0b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Phosphor Network Manager
After=obmc-mapper.target

[Service]
ExecStart=/usr/bin/env phosphor-network-manager
SyslogIdentifier=phosphor-network-manager
Restart=always
Type=dbus
BusName=@DEFAULT_BUSNAME@
RuntimeDirectory = network
RuntimeDirectoryPreserve = yes
StateDirectory = network

[Install]
WantedBy=@SYSTEMD_TARGET@
OpenPOWER on IntegriCloud