Clean second pass
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
account required pam_unix.so try_first_pass
|
||||
account sufficient pam_localuser.so
|
||||
|
||||
auth required pam_unix.so try_first_pass
|
||||
|
||||
password required pam_deny.so
|
||||
|
||||
session required pam_unix.so try_first_pass
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
account required pam_unix.so
|
||||
auth required pam_unix.so
|
||||
password required pam_deny.so
|
||||
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Lightweight Music Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
WorkingDirectory=/var/lms
|
||||
ExecStart=/usr/bin/lms
|
||||
User=lms
|
||||
Group=lms
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user