summarylogtreecommitdiffstats
path: root/orthanc.service
blob: 59f26b947f449ef544a220e2c4881f24ac01bfca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Open-source, lightweight DICOM server

[Service]
Type=simple
User=orthanc
Group=orthanc
ExecStart=Orthanc /etc/webapps/orthanc/config.json

Restart=on-failure
PrivateTmp=false

[Install]
WantedBy=multi-user.target