Skip to content

Systemd service file for binary #2453

Description

@Schrebergarten03-links

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions