Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Systemd rc.local → Ativando novamente:
- ## Dica do Link: https://bbs.archlinux.org/viewtopic.php?pid=1152201
- # E do Link: https://wiki.archlinux.org/index.php/Systemd/Services#rc.local
- ## Crie um serviço com esse conteúdo:
- /etc/systemd/system/rc-local.service
- [Unit]
- Description=/etc/rc.local Compatibility
- [Service]
- Type=oneshot
- ExecStart=/etc/rc.local
- TimeoutSec=0
- StandardInput=tty
- RemainAfterExit=yes
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement