summarylogtreecommitdiffstats
path: root/system-bridge.service
blob: 38196fcc1a3e2957a7f8422f5da758467b673764 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=System Bridge
After=network.target

[Service]
ExecStart=/usr/bin/python3 -m systembridgebackend --no-gui
Restart=on-abort
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target