blob: 3066a66be0beb61ff02db683e5e5be1cadf50a0f [file] [log] [blame]
Max241f5bc2017-07-03 18:47:25 +02001[Unit]
2Description=sysmocom sysmoPCU
3
4[Service]
5Type=simple
6ExecStart=/usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg
7Restart=always
8RestartSec=2
9RestartPreventExitStatus=1
10
11# The msg queues must be read fast enough
12CPUSchedulingPolicy=rr
13CPUSchedulingPriority=1
14
15[Install]
16WantedBy=multi-user.target
17Alias=sysmopcu.service