2018-09-14 14:09:53 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Ethernet service
|
|
|
|
Before=network.target
|
|
|
|
Wants=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=dbus
|
|
|
|
BusName=net.connman.ead
|
|
|
|
ExecStart=@libexecdir@/ead
|
2019-09-08 20:36:57 +02:00
|
|
|
NotifyAccess=main
|
2018-09-14 14:09:53 +02:00
|
|
|
LimitNPROC=1
|
2019-08-03 09:52:28 +02:00
|
|
|
Restart=on-failure
|
2019-09-08 20:26:49 +02:00
|
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
|
2019-08-03 09:52:28 +02:00
|
|
|
PrivateTmp=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
PrivateDevices=true
|
|
|
|
ProtectHome=yes
|
|
|
|
ProtectSystem=strict
|
|
|
|
ProtectControlGroups=yes
|
|
|
|
ProtectKernelModules=yes
|
2019-09-08 10:25:39 +02:00
|
|
|
ConfigurationDirectory=ead
|
2019-09-08 19:56:21 +02:00
|
|
|
StateDirectory=ead
|
2019-09-09 06:55:22 +02:00
|
|
|
StateDirectoryMode=0700
|
2018-09-14 14:09:53 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|