Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/unbound/contrib/
H A Dunbound.service.in51 [Service] section
52 ExecReloadService global() argument
53 ExecStartService global() argument
54 NotifyAccessService global() argument
55 TypeService global() argument
56 CapabilityBoundingSetService global() argument
57 MemoryDenyWriteExecuteService global() argument
58 NoNewPrivilegesService global() argument
59 PrivateDevicesService global() argument
60 PrivateTmpService global() argument
61 ProtectHomeService global() argument
62 ProtectClockService global() argument
63 ProtectControlGroupsService global() argument
64 ProtectKernelLogsService global() argument
65 ProtectKernelModulesService global() argument
67 ProtectKernelTunablesService global() argument
68 ProtectProcService global() argument
69 ProtectSystemService global() argument
70 RuntimeDirectoryService global() argument
71 ConfigurationDirectoryService global() argument
72 StateDirectoryService global() argument
73 RestrictAddressFamiliesService global() argument
74 RestrictRealtimeService global() argument
75 SystemCallArchitecturesService global() argument
76 SystemCallFilterService global() argument
77 RestrictNamespacesService global() argument
78 LockPersonalityService global() argument
79 RestrictSUIDSGIDService global() argument
80 ReadWritePathsService global() argument
84 TemporaryFileSystemService global() argument
85 TemporaryFileSystemService global() argument
86 BindReadOnlyPathsService global() argument
87 BindReadOnlyPathsService global() argument
88 BindPathsService global() argument
H A Dunbound_portable.service.in24 [Service] section
25 ExecReloadService global() argument
26 ExecStartService global() argument
27 NotifyAccessService global() argument
28 TypeService global() argument
29 CapabilityBoundingSetService global() argument
30 MemoryDenyWriteExecuteService global() argument
31 NoNewPrivilegesService global() argument
32 PrivateDevicesService global() argument
33 PrivateTmpService global() argument
34 ProtectHomeService global() argument
35 ProtectControlGroupsService global() argument
36 ProtectKernelModulesService global() argument
37 ProtectSystemService global() argument
38 RuntimeDirectoryService global() argument
39 ConfigurationDirectoryService global() argument
40 StateDirectoryService global() argument
41 RestrictAddressFamiliesService global() argument
42 RestrictRealtimeService global() argument
43 SystemCallArchitecturesService global() argument
44 SystemCallFilterService global() argument
45 RestrictNamespacesService global() argument
46 LockPersonalityService global() argument
47 RestrictSUIDSGIDService global() argument
48 BindPathsService global() argument
49 BindReadOnlyPathsService global() argument
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/
H A Dfi.w1.wpa_supplicant1.service.in2 Name=fi.w1.wpa_supplicant1
3 Exec=@BINDIR@/wpa_supplicant -u
4 User=root
5 SystemdService=wpa_supplicant.service
/freebsd-src/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-volume-wait.service.in8 [Service] section
9 Type=oneshot
10 RemainAfterExit=yes
11 EnvironmentFile=-@initconfdir@/zfs
12 ExecStart=@bindir@/zvol_wait
H A Dzfs-mount.service.in11 [Service] global() section
12 TypeService global() argument
13 RemainAfterExitService global() argument
14 EnvironmentFileService global() argument
15 ExecStartService global() argument
H A Dzfs-zed.service.in6 [Service] section
7 EnvironmentFile=-@initconfdir@/zfs
8 ExecStart=@sbindir@/zed -F
9 Restart=always
H A Dzfs-scrub@.service.in9 [Service] section
10 EnvironmentFile=-@initconfdir@/zfs
11 ExecStart=/bin/sh -c '\
15 ExecStop=-/bin/sh -c '@sbindir@/zpool scrub -p %i 2>/dev/null || true'
H A Dzfs-trim@.service.in9 [Service] section
10 EnvironmentFile=-@initconfdir@/zfs
11 ExecStart=/bin/sh -c '\
15 ExecStop=-/bin/sh -c '@sbindir@/zpool trim -s %i 2>/dev/null || true'
H A Dzfs-import-scan.service.in13 [Service] section
14 Type=oneshot
15 RemainAfterExit=yes
16 EnvironmentFile=-@initconfdir@/zfs
17 ExecStart=@sbindir@/zpool import -aN -o cachefile=none $ZPOOL_IMPORT_OPTS
H A Dzfs-share.service.in13 [Service] section
14 Type=oneshot
15 RemainAfterExit=yes
16 EnvironmentFile=-@initconfdir@/zfs
17 ExecStart=@sbindir@/zfs share -a
H A Dzfs-import-cache.service.in14 [Service] section
15 Type=oneshot
16 RemainAfterExit=yes
17 EnvironmentFile=-@initconfdir@/zfs
18 ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN $ZPOOL_IMPORT_OPTS
/freebsd-src/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-nonroot-necessities.service.in7 [Service] section
8 Type=oneshot
9 PassEnvironment=BOOTFS
10 ExecStart=/bin/sh -c ' \
H A Dzfs-snapshot-bootfs.service.in10 [Service] section
11 Type=oneshot
12 …ib.sh; SNAPNAME="$(getarg bootfs.snapshot)"; exec @sbindir@/zfs snapshot "$BOOTFS@${SNAPNAME:-%v}"'
13 RemainAfterExit=yes
H A Dzfs-rollback-bootfs.service.in10 [Service] section
11 Type=oneshot
12 …h; SNAPNAME="$(getarg bootfs.rollback)"; exec @sbindir@/zfs rollback -Rf "$BOOTFS@${SNAPNAME:-%v}"'
13 RemainAfterExit=yes
H A Dzfs-env-bootfs.service.in8 [Service] section
9 Type=oneshot
10 ExecStart=/bin/sh -c ' \
/freebsd-src/contrib/libpcap/rpcapd/
H A Drpcapd@.service4 [Service] section
5 ExecStart=-/usr/local/sbin/rpcapd -i
6 StandardInput=socket
/freebsd-src/contrib/wpa/wpa_supplicant/systemd/
H A Dwpa_supplicant.service.in7 [Service] section
8 Type=dbus
9 BusName=fi.w1.wpa_supplicant1
10 ExecStart=@BINDIR@/wpa_supplicant -u
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp18 DependencyScanningService &Service, in DependencyScanningTool()
H A DDependencyScanningWorker.cpp316 DependencyScanningWorker(DependencyScanningService & Service,llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) DependencyScanningWorker() argument
/freebsd-src/sbin/natd/
H A Dnatd.c1061 Service enumerator