forked from pool/darkhttpd
c65f5aefa8
New Package OBS-URL: https://build.opensuse.org/request/show/1135745 OBS-URL: https://build.opensuse.org/package/show/server:http/darkhttpd?expand=0&rev=1
26 lines
610 B
Desktop File
26 lines
610 B
Desktop File
[Unit]
|
|
Description=Darkhttpd Daemon
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=read-only
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
# end of automatic additions
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/darkhttpd
|
|
ExecStart=/usr/bin/darkhttpd $DARKHTTPD_PARAMS
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|