New version and additional specfile cleanup. No info about multibuild from ML, wiki or schwab@suse.de for more than a week. I do not consider this as path forward, as it adds complexity as well, compared to modular approach. OBS-URL: https://build.opensuse.org/request/show/740978 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=1
14 lines
265 B
Desktop File
14 lines
265 B
Desktop File
[Unit]
|
|
Description=Orthanc DICOM server
|
|
Documentation=man:orthanc(1) http://www.orthanc-server.com/
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=orthanc
|
|
Group=orthanc
|
|
ExecStart=/usr/sbin/orthanc /etc/orthanc/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|