blob: 03f40ff628695670840a830b399b9fe891c22a28 [file] [log] [blame]
Pau Espin Pedrol4efce882017-11-09 15:00:12 +01001[Unit]
2Description=Osmocom Media Gateway (MGW)
Oliver Smith72f91152023-05-26 14:10:46 +02003After=network-online.target
4Wants=network-online.target
Pau Espin Pedrol4efce882017-11-09 15:00:12 +01005
6[Service]
7Type=simple
Neels Hofmeyrcd132122023-11-30 18:20:51 +01008LimitNOFILE=65536
Max709aad22022-08-30 19:45:32 +07009StateDirectory=osmocom
10WorkingDirectory=%S/osmocom
Pau Espin Pedrol4efce882017-11-09 15:00:12 +010011Restart=always
12ExecStart=/usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw.cfg
13RestartSec=2
Maxa55bfdc2022-11-06 15:33:00 +030014# CPU scheduling policy:
15CPUSchedulingPolicy=rr
16# For real-time scheduling policies an integer between 1 (lowest priority) and 99 (highest priority):
17CPUSchedulingPriority=1
18# See sched(7) for further details on real-time policies and priorities
Pau Espin Pedrol4efce882017-11-09 15:00:12 +010019
20[Install]
21WantedBy=multi-user.target