63ab37a928
Migrate from cron to systemd-timers. Remove some commented-out lines that don't seem to be relevant. OBS-URL: https://build.opensuse.org/request/show/1123268 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/patch2mail?expand=0&rev=18
18 lines
420 B
Desktop File
18 lines
420 B
Desktop File
[Unit]
|
|
Description=Automatic execution of patch2mail
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/patch2mail
|