Patrick Venture | c8eec65 | 2017-04-10 15:21:32 -0700 | [diff] [blame] | 1 | [Unit] |
2 | Description=Configure GPIOs for Host Power Control | ||||
3 | |||||
4 | [Service] | ||||
5 | Restart=no | ||||
Patrick Venture | a9b1d30 | 2017-08-21 15:00:20 -0700 | [diff] [blame] | 6 | RemainAfterExit=true |
Patrick Venture | c8eec65 | 2017-04-10 15:21:32 -0700 | [diff] [blame] | 7 | Type=oneshot |
Michael Tritz | 2e079e6 | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 8 | ExecStart=/usr/bin/env init_once.sh |
9 | SyslogIdentifier=init_once.sh |