Alle Typen von Systemd-Units mit ihren Konfigurationsoptionen hinzugefügt.
This commit is contained in:
parent
244aa5f108
commit
9d4af4ea6d
10 changed files with 297 additions and 0 deletions
15
systemd/paths/example.path
Normal file
15
systemd/paths/example.path
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
|
||||
[Path]
|
||||
PathExists=
|
||||
PathExistsGlob=
|
||||
PathChanged=
|
||||
PathModified=
|
||||
DirectoryNotEmpty=
|
||||
Unit=
|
||||
MakeDirectory=
|
||||
DirectoryMode=
|
||||
TriggerLimitIntervalSec=
|
||||
TriggerLimitBurst=
|
||||
|
||||
[Install]
|
Loading…
Add table
Add a link
Reference in a new issue