1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__sshdetect/sshdetect.service

17 lines
282 B
SYSTEMD
Raw Permalink Normal View History

2020-05-09 14:24:55 +02:00
[Unit]
Description=ssh connexion detect Daemon
After=sshd.service
[Service]
Type=simple
WorkingDirectory=/root
2020-05-09 14:24:55 +02:00
ExecStart=/usr/bin/sshdetect
Restart=always
# Configures the time to wait before service is stopped forcefully.
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target