modification du fichier de configuraiton sudoers
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Synchronise System clock to hardware RTC
|
||||
DefaultDependencies=no
|
||||
After=systemd-modules-load.service
|
||||
Before=systemd-journald.service time-sync.target sysinit.target shutdown.target
|
||||
Conflicts=shutdown.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/sbin/hwclock --hctosys --utc
|
||||
RestrictRealtime=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
@@ -16,7 +16,7 @@ S = "${WORKDIR}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_AUTO_ENABLE = "enable"
|
||||
SYSTEMD_AUTO_ENABLE:${PN} = "enable"
|
||||
SYSTEMD_SERVICE:${PN} = "loadkeysfr.service gpiomem.service"
|
||||
|
||||
FILES:${PN} = " \
|
||||
|
||||
Reference in New Issue
Block a user