mirror of
https://git.proxmox.com/git/systemd
synced 2026-02-05 08:48:37 +00:00
14 lines
379 B
Desktop File
14 lines
379 B
Desktop File
[Unit]
|
|
Description=Various fixups to make systemd work better on Debian
|
|
Before=var-run.mount var-lock.mount sysinit.target
|
|
After=systemd-remount-fs.service
|
|
DefaultDependencies=no
|
|
ConditionPathIsSymbolicLink=|!/etc/mtab
|
|
ConditionPathIsSymbolicLink=|!/var/run
|
|
ConditionPathIsSymbolicLink=|!/var/lock
|
|
|
|
[Service]
|
|
ExecStart=/lib/systemd/debian-fixup
|
|
Type=oneshot
|
|
RemainAfterExit=true
|