This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/oam_cli/files/oam_cli.service

13 lines
296 B
Desktop File

[Unit]
Description=oam_cli restart
[Service]
Type=oneshot
ExecStart=/usr/bin/mount --bind /opt/tsg/etc /home/tsgroot/opt/tsg/etc
ExecStart=/usr/bin/mount -o bind /proc /home/tsgroot/proc
ExecStart=/usr/bin/mount -o remount,rw,bind /proc /home/tsgroot/proc
[Install]
WantedBy=multi-user.target