Advertisement
silver2row

/lib/systemd/system/connman.service

Mar 12th, 2022
1,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. [Unit]
  2. Description=Connection service
  3. DefaultDependencies=false
  4. Conflicts=shutdown.target
  5. RequiresMountsFor=/var/lib/connman
  6. After=dbus.service network-pre.target systemd-sysusers.service
  7. Before=network.target multi-user.target shutdown.target
  8. Wants=network.target
  9.  
  10. [Service]
  11. Type=dbus
  12. BusName=net.connman
  13. Restart=on-failure
  14. ExecStart=/usr/sbin/connmand -n --nodnsproxy
  15. StandardOutput=null
  16. CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SYS_TIME CAP_SYS_MODULE
  17. ProtectHome=true
  18. ProtectSystem=full
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement