9731d105e4
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=170
32 lines
684 B
Desktop File
32 lines
684 B
Desktop File
[Unit]
|
|
Description=Daily TeXLive regeneration
|
|
Documentation=info:kpathsea
|
|
ConditionACPower=true
|
|
ConditionPathExists=/var/cache/texmf
|
|
ConditionPathExists=/var/lib/texmf
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
# Otherwise we can not change ownerships below /var/cache/texmf
|
|
User=root
|
|
Group=mktex
|
|
UMask=0002
|
|
Nice=19
|
|
IOSchedulingClass=idle
|
|
IOSchedulingPriority=7
|
|
# Note that /etc/texmf/ls-R should be rw
|
|
ProtectSystem=true
|
|
ProtectHome=true
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
LockPersonality=true
|
|
RestrictRealtime=true
|
|
|
|
ExecStart=/usr/share/texmf/texconfig/daily
|