OBS-URL: https://build.opensuse.org/request/show/1178785 OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Apps/cosmic-ext-bg-theme?expand=0&rev=1
23 lines
536 B
Desktop File
23 lines
536 B
Desktop File
[Unit]
|
|
Description=Unofficial service for syncing COSMIC theme with the active wallpaper.
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/cosmic-ext-bg-theme
|
|
Restart=always
|
|
RestartSec=300
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
PrivateDevices=true
|
|
ProtectClock=true
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelLogs=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
RestrictRealtime=true
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|