17 lines
375 B
Desktop File
17 lines
375 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Turn VCS rails on
|
||
|
|
Wants=vcs_workaround@%i.service
|
||
|
|
After=vcs_workaround@%i.service
|
||
|
|
Wants=obmc-host-start-pre@%i.target
|
||
|
|
Before=obmc-host-start-pre@%i.target
|
||
|
|
Conflicts=obmc-host-stop@%i.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/env zaius_vcs.sh on
|
||
|
|
SyslogIdentifier=zaius_vcs.sh
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
RequiredBy=obmc-chassis-poweron@%i.target
|