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.
addon-context-linux/base_arch/usr/lib/systemd/system/one-context.service

15 lines
285 B

[Unit]
Description=Context script for open nebula
Requires=network.target
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/one-context start
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=one-context
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target