summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/selinux-autorelabel/selinux-autorelabel.service
blob: 9520f6e0b0934b2aeb82607bc2e101fe89c2f8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=SELinux autorelabel service loading
DefaultDependencies=no
Before=sysinit.target

[Service]
Type=oneshot
ExecStart=/usr/bin/selinux-autorelabel.sh

[Install]
WantedBy=multi-user.target