boo#1167431 OBS-URL: https://build.opensuse.org/request/show/788609 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=11
24 lines
484 B
Desktop File
24 lines
484 B
Desktop File
[Unit]
|
|
Description=Orthanc DICOM server
|
|
Documentation=man:orthanc(1) http://www.orthanc-server.com/
|
|
After=syslog.target network.target
|
|
PrivateTmp=true
|
|
ProtectSystem=true
|
|
ProtectHome=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelTunables=true
|
|
ProtectControlGroups=true
|
|
MountFlags=private
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
MemoryDenyWriteExecute=true
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=orthanc
|
|
Group=orthanc
|
|
ExecStart=/usr/sbin/orthanc /etc/orthanc/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|