blob: be6ebaee17f8c38263ecbb3aca8a815b8c7f324d [file] [log] [blame]
[Unit]
Description=Updating MAC Address Service From FRU inventory
Requires=xyz.openbmc_project.EntityManager.service
After=xyz.openbmc_project.EntityManager.service
[Service]
ExecStart=/usr/bin/env ampere_update_mac.sh eth1 3 80
SyslogIdentifier=ampere_update_mac.sh
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}