mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
14 lines
260 B
SYSTEMD
14 lines
260 B
SYSTEMD
[Unit]
|
|
Description=strictatime for %f
|
|
DefaultDependencies=no
|
|
After=local-fs.target %i.mount
|
|
Before=sysinit.target
|
|
AssertPathIsMountPoint=%f
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/mount -o remount,lazytime,strictatime %f
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|