mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
cleanup(sys-apps/systemd): Remove unused files.
These are installed by gentoo-systemd-integration these days.
This commit is contained in:
parent
d2509255c3
commit
7d6dd11fe3
@ -1,5 +0,0 @@
|
||||
# New OpenRC versions replace /var/lock with a symlink to /run/lock.
|
||||
# We just create that directory for now, just in case.
|
||||
# Of course, it's not guaranteed that'll satisfy all relevant packages.
|
||||
|
||||
d /run/lock 0755 root root -
|
@ -1,19 +0,0 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=Lock Directory
|
||||
Before=local-fs.target
|
||||
# skip mounting if the directory does not exist or is a symlink
|
||||
ConditionPathIsDirectory=/var/lock
|
||||
ConditionPathIsSymbolicLink=!/var/lock
|
||||
|
||||
[Mount]
|
||||
What=/run/lock
|
||||
Where=/var/lock
|
||||
Type=bind
|
||||
Options=bind
|
@ -1,19 +0,0 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=Runtime Directory
|
||||
Before=local-fs.target
|
||||
# skip mounting if the directory does not exist or is a symlink
|
||||
ConditionPathIsDirectory=/var/run
|
||||
ConditionPathIsSymbolicLink=!/var/run
|
||||
|
||||
[Mount]
|
||||
What=/run
|
||||
Where=/var/run
|
||||
Type=bind
|
||||
Options=bind
|
Loading…
Reference in New Issue
Block a user