Shawn Dunn
9923f4ace1
OBS-URL: https://build.opensuse.org/package/show/devel:microos:kalpa/plasma-branding-Kalpa?expand=0&rev=1
21 lines
366 B
Desktop File
21 lines
366 B
Desktop File
[Unit]
|
|
Description=Distrobox automatic update for %I
|
|
After=network.target
|
|
StartLimitIntervalSec=60
|
|
StartLimitBurst=4
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/distrobox-upgrade --all
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
# Hardening
|
|
ProtectSystem=full
|
|
PrivateTmp=true
|
|
SystemCallArchitectures=native
|
|
MemoryDenyWriteExecute=true
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=default.target
|