Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ser2net.service: add network.target as precondition #97

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

EduKav1813
Copy link

Solves #88

@EduKav1813 EduKav1813 requested a review from PLangowski February 5, 2025 11:16
@EduKav1813 EduKav1813 self-assigned this Feb 5, 2025
@EduKav1813
Copy link
Author

Log from platform

root@rte:~# systemctl status ser2net
● ser2net.service - ser2net
     Loaded: loaded (/usr/lib/systemd/system/ser2net.service; enabled; preset: enabled)
     Active: active (running) since Wed 2025-02-05 11:12:43 UTC; 21s ago
    Process: 231 ExecStart=/usr/sbin/ser2net -c /etc/ser2net.yaml -P /run/ser2net.pid (code=exited, status=0/SUCCESS)
        CPU: 60ms
     CGroup: /system.slice/ser2net.service
             └─259 /usr/sbin/ser2net -c /etc/ser2net.yaml -P /run/ser2net.pid
                                                                                                                                                                                                                                            
Feb 05 11:12:43 rte systemd[1]: Starting ser2net...
Feb 05 11:12:43 rte systemd[1]: Started ser2net.

@EduKav1813
Copy link
Author

root@rte:~# netstat -tuln | grep 1354*
tcp        0      0 :::13542                :::*                    LISTEN
tcp        0      0 :::13541                :::*                    LISTEN

Copy link
Contributor

@PLangowski PLangowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants