Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.145.12.233
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
systemd /
system /
multi-user.target.wants /
[ HOME SHELL ]
Name
Size
Permission
Action
apache2.service
346
B
-rw-r--r--
atd.service
169
B
-rw-r--r--
console-setup.service
312
B
-rw-r--r--
cron.service
251
B
-rw-r--r--
ebtables.service
456
B
-rw-r--r--
fail2ban.service
673
B
-rw-r--r--
irqbalance.service
368
B
-rw-r--r--
lxcfs.service
311
B
-rw-r--r--
lxd-containers.service
320
B
-rw-r--r--
networkd-dispatcher.service
258
B
-rw-r--r--
ondemand.service
362
B
-rw-r--r--
open-vm-tools.service
498
B
-rw-r--r--
pollinate.service
309
B
-rw-r--r--
remote-fs.target
522
B
-rw-r--r--
rsync.service
188
B
-rw-r--r--
rsyslog.service
290
B
-rw-r--r--
snap-amazon\x2dssm\x2dagent-95...
379
B
-rw-r--r--
snap-amazon\x2dssm\x2dagent-98...
379
B
-rw-r--r--
snap-core-16928.mount
346
B
-rw-r--r--
snap-core-17200.mount
346
B
-rw-r--r--
snap-core18-2829.mount
349
B
-rw-r--r--
snap-core18-2846.mount
349
B
-rw-r--r--
snap-core22-1663.mount
349
B
-rw-r--r--
snap-core22-1722.mount
349
B
-rw-r--r--
snap.amazon-ssm-agent.amazon-s...
586
B
-rw-r--r--
snapd.aa-prompt-listener.servi...
297
B
-rw-r--r--
snapd.apparmor.service
880
B
-rw-r--r--
snapd.autoimport.service
432
B
-rw-r--r--
snapd.core-fixup.service
369
B
-rw-r--r--
snapd.recovery-chooser-trigger...
550
B
-rw-r--r--
snapd.seeded.service
322
B
-rw-r--r--
snapd.service
590
B
-rw-r--r--
ssh.service
493
B
-rw-r--r--
systemd-networkd.service
1.88
KB
-rw-r--r--
systemd-resolved.service
1.67
KB
-rw-r--r--
ufw.service
266
B
-rw-r--r--
unattended-upgrades.service
346
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : systemd-networkd.service
# SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Network Service Documentation=man:systemd-networkd.service(8) ConditionCapability=CAP_NET_ADMIN DefaultDependencies=no # systemd-udevd.service can be dropped once tuntap is moved to netlink After=systemd-udevd.service network-pre.target systemd-sysusers.service systemd-sysctl.service Before=network.target multi-user.target shutdown.target Conflicts=shutdown.target Wants=network.target [Service] Type=notify Restart=on-failure RestartSec=0 ExecStart=!!/lib/systemd/systemd-networkd WatchdogSec=3min User=systemd-network CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_BROADCAST CAP_NET_RAW ProtectSystem=strict ProtectHome=yes ProtectControlGroups=yes ProtectKernelModules=yes MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictSUIDSGID=yes RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 AF_PACKET SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap SystemCallArchitectures=native LockPersonality=yes RuntimeDirectory=systemd/netif RuntimeDirectoryPreserve=yes [Install] WantedBy=multi-user.target Also=systemd-networkd.socket Alias=dbus-org.freedesktop.network1.service # We want to enable systemd-networkd-wait-online.service whenever this service # is enabled. systemd-networkd-wait-online.service has # WantedBy=network-online.target, so enabling it only has an effect if # network-online.target itself is enabled or pulled in by some other unit. Also=systemd-networkd-wait-online.service
Close