OXIESEC PANEL
- Current Dir:
/
/
etc
/
systemd
/
system
/
sysinit.target.wants
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/14/2025 11:50:08 AM
rwxr-xr-x
📄
apparmor.service
544 bytes
03/22/2018 08:08:03 PM
rw-r--r--
📄
blk-availability.service
383 bytes
01/23/2020 03:45:10 PM
rw-r--r--
📄
keyboard-setup.service
287 bytes
04/23/2019 12:04:14 PM
rw-r--r--
📄
lvm2-lvmetad.socket
215 bytes
01/23/2020 03:45:10 PM
rw-r--r--
📄
lvm2-lvmpolld.socket
213 bytes
01/23/2020 03:45:10 PM
rw-r--r--
📄
lvm2-monitor.service
693 bytes
01/23/2020 03:45:10 PM
rw-r--r--
📄
open-iscsi.service
987 bytes
05/11/2020 01:07:37 AM
rw-r--r--
📄
setvtrgb.service
330 bytes
04/23/2019 12:04:14 PM
rw-r--r--
📄
systemd-timesyncd.service
1.33 KB
03/02/2023 12:58:02 PM
rw-r--r--
Editing: systemd-timesyncd.service
Close
# 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 Time Synchronization Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME ConditionVirtualization=!container DefaultDependencies=no After=systemd-remount-fs.service systemd-sysusers.service Before=time-sync.target sysinit.target shutdown.target Conflicts=shutdown.target Wants=time-sync.target [Service] Type=notify Restart=always RestartSec=0 ExecStart=!!/lib/systemd/systemd-timesyncd WatchdogSec=3min User=systemd-timesync DynamicUser=yes CapabilityBoundingSet=CAP_SYS_TIME AmbientCapabilities=CAP_SYS_TIME PrivateDevices=yes ProtectHome=yes ProtectControlGroups=yes ProtectKernelTunables=yes ProtectKernelModules=yes MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictSUIDSGID=yes RestrictNamespaces=yes RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 SystemCallFilter=~@cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @swap SystemCallArchitectures=native LockPersonality=yes StateDirectory=systemd/timesync [Install] WantedBy=sysinit.target