summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/chassis/obmc-mgr-inventory/obmc-sync-inventory-item@.service
blob: 416fddc132ba605823221199e0f9a2a26135cd76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud