• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ubus/debian/ubus.ubusd.service

  1 [Unit]
  2 Description=OpenWrt micro bus daemon
  3 Documentation=https://git.openwrt.org/project/ubus.git
  4 DefaultDependencies=no
  5 Before=basic.target
  6 After=local-fs.target
  7 
  8 [Service]
  9 Type=simple
 10 ExecStart=/usr/sbin/ubusd
 11 Restart=always
 12 RestartSec=5
 13 RuntimeDirectory=ubus
 14 RuntimeDirectoryMode=0755
 15 
 16 [Install]
 17 WantedBy=sysinit.target

This page was automatically generated by LXR 0.3.1.  •  OpenWrt