summaryrefslogtreecommitdiffstats
path: root/debian/ubus.ubusd.service
blob: bafb64f899cac7248f66bc1efd19e511892ab0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=OpenWrt micro bus daemon
Documentation=https://git.openwrt.org/project/ubus.git
DefaultDependencies=no
Before=basic.target
After=local-fs.target

[Service]
Type=simple
ExecStart=/usr/sbin/ubusd
Restart=always
RestartSec=5
RuntimeDirectory=ubus
RuntimeDirectoryMode=0755

[Install]
WantedBy=sysinit.target