George Hung | 09b8cd9 | 2020-06-04 19:54:41 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Detect SAS Cable Manager | ||||
3 | Wants=phosphor-gpio-presence@.service | ||||
4 | After=phosphor-gpio-presence@.service | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/usr/bin/detect-sas-cable.sh | ||||
8 | StandardOutput=syslog | ||||
9 | Type=simple | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |