blob: 850a7153b644e7276a44b42dfff84d98d74303fe [file] [log] [blame]
Holger Hans Peter Freyther97e48a32016-04-01 19:21:16 +02001[Unit]
2Description=Osmocom osmo-pcu
3
4[Service]
5Type=simple
6ExecStart=/usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg
7Restart=always
8RestartSec=2
9
10# Read quickly enough
11CPUSchedulingPolicy=rr
12CPUSchedulingPriority=1
13
14[Install]
15WantedBy=multi-user.target