blob: 94616e347fc67c40c8d26fec17d4b56e8dab9994 [file] [log] [blame]
Max241f5bc2017-07-03 18:47:25 +02001[Unit]
Pau Espin Pedrole63c72a2018-09-06 15:06:20 +02002Description=Osmocom osmo-pcu
Max241f5bc2017-07-03 18:47:25 +02003
4[Service]
5Type=simple
6ExecStart=/usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg
Max1ad2d3f2022-09-09 18:42:38 +07007StateDirectory=osmocom
8WorkingDirectory=%S/osmocom
Max241f5bc2017-07-03 18:47:25 +02009Restart=always
10RestartSec=2
11RestartPreventExitStatus=1
Max1002c432022-11-06 15:44:12 +030012# CPU scheduling policy:
Max241f5bc2017-07-03 18:47:25 +020013CPUSchedulingPolicy=rr
Max1002c432022-11-06 15:44:12 +030014# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
15CPUSchedulingPriority=11
16# See sched(7) for further details on real-time policies and priorities
Max241f5bc2017-07-03 18:47:25 +020017
18[Install]
19WantedBy=multi-user.target