Quick setup for rocky server

This commit is contained in:
2025-09-02 12:54:41 -03:00
parent 66833871f8
commit 35c7af8334
6 changed files with 148 additions and 1 deletions

10
rocky/local.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Startup
After=network.target local-fs.target
[Service]
Type=oneshot
ExecStart=/etc/rc.local
StandardOutput=journal
StandardError=journal
User=root