mirror of https://github.com/apache/cloudstack.git
19 lines
329 B
Desktop File
19 lines
329 B
Desktop File
[Unit]
|
|
Description=CloudStack service to initialize interfaces
|
|
DefaultDependencies=no
|
|
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/cloud/bin/setup/init.sh
|
|
RemainAfterExit=true
|
|
TimeoutStartSec=5min
|