| Patrick Venture | f5952ed | 2017-10-05 16:25:40 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Install iotool links | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | RemainAfterExit=no | ||||
| 6 | Type=oneshot | ||||
| 7 | ExecStart=/usr/bin/env iotools --make-links | ||||
| Patrick Venture | 1d10366 | 2018-11-13 15:53:33 -0800 | [diff] [blame^] | 8 | SyslogIdentifier=iotools |
| Patrick Venture | f5952ed | 2017-10-05 16:25:40 -0700 | [diff] [blame] | 9 | |
| 10 | [Install] | ||||
| 11 | WantedBy={SYSTEMD_DEFAULT_TARGET} | ||||