aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts.service
AgeCommit message (Collapse)AuthorFilesLines
2016-06-27sysmobts: screnrc/systemd-service: Use osmo-bts-sysmo instead of sysmobtsHarald Welte1-1/+1
Back in January in commit 634c3e46484a0932f8a04b894be215b9288eecff we changed the executable name from 'sysmobts' to 'osmo-bts-sysmo', which is a change that has not been propagated to the contributed screenrc and systemd init files. Change-Id: I875a0ce4f470226e1b06ed1b7c74ca9471ebb574
2014-03-21systemd: Provide the pcu direct modeHolger Hans Peter Freyther1-1/+1
2014-03-21systemd: Do not restart with a broken config file or suchHolger Hans Peter Freyther1-0/+1
Only restart in case of a crash or the exit(42) when the OML/RSL link is going down.
2013-06-26sysmobts.service: Use multi-user.target as target to fix orderingHolger Hans Peter Freyther1-1/+1
2013-06-24sysmobts.service: Reset the firmware after the service exitedHolger Hans Peter Freyther1-2/+2
These should have been ExecStopPost from the beginning. Currently they reset the firmware while the software is starting. Reload the DSP and FPGA firmware.
2013-04-07sysmobts.service: Install the sysmobts.service at the default targetHolger Hans Peter Freyther1-0/+3
2012-11-02systemd: Use realtime scheduling for the BTS to read msg queuesHolger Hans Peter Freyther1-1/+5
We need to read the Layer1 message queues fast enough, switch on realtime processing for that. Move the firmware init after the process execution to have some time for the firmware to reload before the application sysmobts is restarted.
2012-09-20systemd: Add a service for the sysmobtsHolger Hans Peter Freyther1-0/+11
Migrate the LED and firmware reloading into a systemd service. This makes the respawn and screen obsolete as it will be done with systemd and the journal script.