blob: 0e294a1896bddbc5ac32abbae10d8b80f7dfe237 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Sync %I
Brad Bishop3c90f592016-08-08 08:53:13 -04003
4[Service]
5Restart=no
6Type=oneshot
7EnvironmentFile={envfiledir}/obmc/sync_inventory_item/%I
Dinesh Chinaria6df1632017-05-01 12:13:23 -05008ExecStart=/usr/bin/env sync_inventory_items.py -p ${{PROPERTY}} -s $SYNC_TYPE
Michael Tritzfbd81be2017-08-15 14:07:23 -05009SyslogIdentifier=sync_inventory_items.py
Brad Bishop3c90f592016-08-08 08:53:13 -040010
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}