blob: 0e294a1896bddbc5ac32abbae10d8b80f7dfe237 [file] [log] [blame]
[Unit]
Description=Sync %I
[Service]
Restart=no
Type=oneshot
EnvironmentFile={envfiledir}/obmc/sync_inventory_item/%I
ExecStart=/usr/bin/env sync_inventory_items.py -p ${{PROPERTY}} -s $SYNC_TYPE
SyslogIdentifier=sync_inventory_items.py
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}