OXIESEC PANEL
- Current Dir:
/
/
etc
/
systemd
/
system
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/20/2022 06:47:21 AM
rwxr-xr-x
📄
azure-vmextensions.slice
48 bytes
04/08/2021 09:29:54 PM
rw-r--r--
📄
azure.slice
58 bytes
04/08/2021 09:29:54 PM
rw-r--r--
📁
cloud-final.service.wants
-
10/14/2020 08:21:48 AM
rwxr-xr-x
📁
cloud-init.target.wants
-
07/01/2022 06:30:51 AM
rwxr-xr-x
📄
dbus-org.freedesktop.resolve1.service
1.67 KB
09/06/2022 03:18:05 AM
rw-r--r--
📁
default.target.wants
-
03/21/2023 08:30:34 PM
rwxr-xr-x
📁
final.target.wants
-
10/14/2020 08:21:49 AM
rwxr-xr-x
📁
getty.target.wants
-
10/14/2020 08:17:13 AM
rwxr-xr-x
📁
graphical.target.wants
-
10/14/2020 08:21:35 AM
rwxr-xr-x
📄
iscsi.service
987 bytes
05/11/2020 01:07:37 AM
rw-r--r--
📁
multi-user.target.wants
-
07/15/2025 03:03:43 PM
rwxr-xr-x
📁
network-online.target.wants
-
10/14/2020 08:22:08 AM
rwxr-xr-x
📁
network.target.wants
-
04/08/2021 09:29:54 PM
rwxr-xr-x
📁
open-vm-tools.service.requires
-
10/14/2020 08:21:40 AM
rwxr-xr-x
📁
paths.target.wants
-
10/14/2020 08:21:41 AM
rwxr-xr-x
📄
snap-certbot-4730.mount
352 bytes
06/11/2025 04:48:19 AM
rw-r--r--
📄
snap-certbot-4737.mount
352 bytes
06/13/2025 05:48:18 AM
rw-r--r--
📄
snap-core-17210.mount
346 bytes
05/08/2025 04:03:02 PM
rw-r--r--
📄
snap-core-17212.mount
346 bytes
06/24/2025 03:43:24 AM
rw-r--r--
📄
snap-core20-2582.mount
349 bytes
05/26/2025 05:53:18 AM
rw-r--r--
📄
snap-core20-2599.mount
349 bytes
06/13/2025 12:48:17 PM
rw-r--r--
📄
snap-core24-1006.mount
349 bytes
06/20/2025 06:58:19 AM
rw-r--r--
📄
snap-core24-1055.mount
349 bytes
07/15/2025 03:03:41 PM
rw-r--r--
📄
snap-hello\x2dworld-29.mount
358 bytes
06/19/2023 09:30:50 PM
rw-r--r--
📄
snap.certbot.renew.service
451 bytes
06/13/2025 05:48:19 AM
rw-r--r--
📄
snap.certbot.renew.timer
293 bytes
06/24/2025 03:43:34 AM
rw-r--r--
📁
snapd.mounts.target.wants
-
07/15/2025 03:03:43 PM
rwxr-xr-x
📁
sockets.target.wants
-
10/14/2020 08:22:08 AM
rwxr-xr-x
📁
sshd-keygen@.service.d
-
07/01/2022 06:30:50 AM
rwxr-xr-x
📄
sshd.service
493 bytes
01/25/2018 11:13:31 PM
rw-r--r--
📁
sysinit.target.wants
-
10/14/2020 08:21:54 AM
rwxr-xr-x
📄
syslog.service
290 bytes
05/03/2022 09:20:37 AM
rw-r--r--
📁
timers.target.wants
-
06/13/2025 05:48:20 AM
rwxr-xr-x
📄
vmtoolsd.service
498 bytes
03/25/2020 10:33:12 AM
rw-r--r--
Editing: iscsi.service
Close
[Unit] Description=Login to default iSCSI targets Documentation=man:iscsiadm(8) man:iscsid(8) Wants=network-online.target remote-fs-pre.target After=network-online.target iscsid.service Before=remote-fs-pre.target DefaultDependencies=no Conflicts=shutdown.target Before=shutdown.target # Must have some pre-defined targets to login to ConditionDirectoryNotEmpty=|/etc/iscsi/nodes # or have a session to use via iscsid ConditionDirectoryNotEmpty=|/sys/class/iscsi_session [Service] Type=oneshot RemainAfterExit=true # iscsiadm --login will return 21 if no nodes are configured, # and 15 if a session is alread logged in (which we do not # consider an error) SuccessExitStatus=15 21 # Note: iscsid will be socket activated by iscsiadm ExecStart=/sbin/iscsiadm -m node --loginall=automatic ExecStart=/lib/open-iscsi/activate-storage.sh ExecStop=/lib/open-iscsi/umountiscsi.sh ExecStop=/bin/sync ExecStop=/lib/open-iscsi/logout-all.sh [Install] WantedBy=sysinit.target Alias=iscsi.service