Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
edgehog-device-runtime.service 312 B
[Unit]
Description=Edgehog Device Runtime Service
After=network.target
After=network-online.target
Requires=network-online.target
#Requires=rauc.service
#Requires=edgehog-hardware-id.service

[Service]
ExecStart=/usr/bin/edgehog-device-runtime
Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target