blob: 416fddc132ba605823221199e0f9a2a26135cd76 [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
Andrew Geisslerd9c5beb2019-01-23 15:56:26 -060010RemainAfterExit=yes
Brad Bishop3c90f592016-08-08 08:53:13 -040011
12[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070013WantedBy=multi-user.target