Añadir scripts y configuraciones para monitorización NFS, systemd y logrotate
This commit is contained in:
11
monitor_nfs.service
Normal file
11
monitor_nfs.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Servicio de monitoreo de unidad NFS
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/scripts/monitor_nfs.sh
|
||||
Restart=always
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user