You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
305 B
16 lines
305 B
[Unit]
|
|
Description=Context script for open nebula
|
|
Requires=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/one-context start
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=one-context
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |