-
-
Notifications
You must be signed in to change notification settings - Fork 412
Systemd service file for binary #2453
Copy link
Copy link
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
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels