-
-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Description
Hi
wanted to run the allinone file as service didint find it in contrib source ...
So here is what worked for me ... may help some ..
`[Unit]
Description=Skydive
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/skydive allinone
Environment="SKYDIVE_ETCD_DATA_DIR=/tmp"
Environment="SKYDIVE_ANALYZER_LISTEN=0.0.0.0:8082"
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target
`
Metadata
Metadata
Assignees
Labels
No labels