限制 test 组中的任何用户,仅可以登陆系统 2 次,大于 2 次报错(用一个用户可以登陆系统 2 次)
-
Description=OpenSSH server daemon
-
Documentation=man:sshd(
8) man:sshd_config(
5)
-
[Service]
-
LimitCPU=10
-
Type=simple
-
ExecStart=/root/test.sh
-
ExecReload=/bin/kill -HUP $MAINPID
-
KillMode=process
-
[Install]
-
WantedBy=multi-user.target
[root@serverX ~]# vim /root/test.sh