systemd unit file
This commit is contained in:
10
src/main/dist/obsdc.service
vendored
Normal file
10
src/main/dist/obsdc.service
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=OBSDC
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=net.eksb.obsdc
|
||||
ExecStart=/opt/obsdc/bin/obsdc
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user