add systemd service

This commit is contained in:
lod 2025-07-03 13:49:49 +02:00
parent 5611cf1abd
commit b1ba5d0a37

12
spacebridge.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=SpaceBridge translator for spacenavd
Requires=sc-daemon.service
After=sc-daemon.service spacenavd.service
[Service]
Type=simple
ExecStart=/usr/lib/spacecontrol/spacebridge.py
Restart=on-failure
[Install]
WantedBy=default.target