Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user