blob: 59ca25ed3e6eae838d5219a4c4ad71a138fca2a8 (
plain)
1
2
3
4
5
6
7
8
9
|
[Trigger]
Operation = Install
Type = Package
Target = linhes-system
[Action]
Description = Enable and start cronie...
When = PostTransaction
Exec = /usr/bin/systemctl enable --now cronie.service
|