blob: 2d26930265ba798af58d0837b49dea4f3c6b3333 [file] [log] [blame]
Patrick Venturef5952ed2017-10-05 16:25:40 -07001[Unit]
2Description=Install iotool links
3
4[Service]
5RemainAfterExit=no
6Type=oneshot
7ExecStart=/usr/bin/env iotools --make-links
Patrick Venture1d103662018-11-13 15:53:33 -08008SyslogIdentifier=iotools
Patrick Venturef5952ed2017-10-05 16:25:40 -07009
10[Install]
11WantedBy={SYSTEMD_DEFAULT_TARGET}