1 Commits
2.3 ... 2.3.1

Author SHA1 Message Date
e5e819e337 dinit: add user spawn install & remove hooks 2025-08-15 16:16:02 +02:00
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[Trigger]
Type = Path
Operation = Install
# Operation = Upgrade
Target = usr/lib/dinit.d/dinit-user-spawn
[Action]
Description = Enabling dinit user spawn ...
When = PostTransaction
Exec = dinitctl enable dinit-user-spawn
NeedsTargets

View File

@@ -0,0 +1,10 @@
[Trigger]
Type = Path
Operation = Remove
Target = usr/lib/dinit.d/dinit-user-spawn
[Action]
Description = Disabling dinit user service help ...
When = PostTransaction
Exec = dinitctl disable dinit-user-spawn
NeedsTargets