Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 239 Bytes

File metadata and controls

9 lines (8 loc) · 239 Bytes

Steps

To enable systemd services

$ sudo cp my-pingpong-client.service
$ sudo systemctl start my-pingpong-client.service
$ sudo journalctl -u my-pingpong-client.service
$ sudo systemctl enable my-pingpong-client.service