# OsMsg

#

vim /usr/lib/systemd/system/osmsg.service
1
[Unit]
Description=osmsg
[Service]
Type=simple
ExecStart=/usr/local/osmsg/osmsg
User=root
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
1
2
3
4
5
6
7
8
9
10
systemctl daemon-reload
1
systemctl start osmsg
1
systemctl enable osmsg
1
Last Updated: 4/21/2025, 11:14:25 AM