summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service
blob: 7cc95a0dbc79410d491ee54651bd1cf9e54342fc (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Install iotool links

[Service]
RemainAfterExit=no
Type=oneshot
ExecStart=/usr/bin/env iotools --make-links
SystlogIdentifier=iotools

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}