mirror of
https://github.com/natecarlson/quectel-rgmii-at-command-client.git
synced 2026-04-25 07:05:59 +03:00
[PR #1] [MERGED] Updating Systemd services to be more reliable #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/quectel-rgmii-at-command-client#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/natecarlson/quectel-rgmii-at-command-client/pull/1
Author: @aesthernr
Created: 7/9/2023
Status: ✅ Merged
Merged: 7/12/2023
Merged by: @natecarlson
Base:
main← Head:systemd-requires📝 Commits (6)
e57d398Updated systemd to using requires551bc5fAdd after to child units7f4cd73Merge branch 'natecarlson:main' into systemd-requires320adfeChange Requires to BindsTo - Giving Stronger Unit0553bf7I believe this is cleaned up properly.bb5a4daFully tested service files..📊 Changes
4 files changed (+23 additions, -13 deletions)
View changed files
📝
at_telnet_daemon/at-telnet/systemd_units/at-telnet-daemon.service(+14 -4)📝
at_telnet_daemon/at-telnet/systemd_units/socat-smd11-from-ttyIN.service(+4 -4)📝
at_telnet_daemon/at-telnet/systemd_units/socat-smd11-to-ttyIN.service(+4 -4)📝
at_telnet_daemon/at-telnet/systemd_units/socat-smd11.service(+1 -1)📄 Description
Moving to using requires and after to make the ttyin and ttyout child services more reliable by ensuring the socat-smd11 service be up and running before they start. This also restarts the entire chain if any of the child processes are stopped for any reason.
Moved the execstartpre to the child services rather the socat-smd11 parent to space out the turn up a little more.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.