aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts.service
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Install systemd services with autotoolsPau Espin Pedrol1-20/+0
Change-Id: I87299134696bbfc6721b1226d4de6c73854aa846
2017-06-22Copy sysmobts.service to osmo-bts-sysmoMax1-0/+1
This way the name of systemd service file will match the name of the binary similar to lc15. Add aliases so the user can use both old and new names regardless of which file is installed. Once the corresponding changes to OE recipes are applied old file can be removed. Based on work by Pau Espin Pedrol <pespin@sysmocom.de> Change-Id: I08615eb625d488603aeb5962ad9f30869c0e77c5
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.