mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-21 17:14:11 -04:00
remount-secure systemd unit
https://github.com/Kicksecure/security-misc/pull/152
This commit is contained in:
parent
79f9c1fb3a
commit
fd1f38b2eb
1 changed files with 14 additions and 5 deletions
|
@ -6,16 +6,25 @@ Description=remount /home /tmp /dev/shm /run with nosuid,nodev (default) and noe
|
||||||
Documentation=https://github.com/Kicksecure/security-misc
|
Documentation=https://github.com/Kicksecure/security-misc
|
||||||
|
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Before=sysinit.target
|
|
||||||
Requires=local-fs.target
|
|
||||||
After=local-fs.target
|
|
||||||
|
|
||||||
|
Before=sysinit-post.target
|
||||||
|
Before=basic.target
|
||||||
|
Before=multi-user.target
|
||||||
|
Before=graphical.target
|
||||||
|
Before=getty-pre.target
|
||||||
|
Before=network-pre.target
|
||||||
|
|
||||||
|
After=local-fs.target
|
||||||
|
After=sysinit.target
|
||||||
After=qubes-sysinit.service
|
After=qubes-sysinit.service
|
||||||
|
|
||||||
|
Requires=local-fs.target
|
||||||
|
Requires=sysinit.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/usr/bin/remount-secure
|
ExecStart=remount-secure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit.target
|
WantedBy=sysinit-post.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue