summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-phosphor/inventory-upload/inventory-upload/op-inventory-upload@.service
blob: 022f6e73e9e8f717c16270ea46b998308a58d33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Inventory Upload
Wants=obmc-host-start-pre@%i.target
Before=obmc-host-start-pre@%i.target
Conflicts=obmc-host-stop@%i.target

[Service]
Restart=no
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/env inventory_upload.py
SyslogIdentifier=inventory_upload.py
Environment="PYTHONUNBUFFERED=1"

[Install]
WantedBy=obmc-host-start@%i.target
OpenPOWER on IntegriCloud