1
0
This repository has been archived on 2023-11-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dtux__sshdetect/sshdetect.service
Daniel Tartavel a0202ec99a debug
2020-05-09 14:24:55 +02:00

20 lines
286 B
Desktop File

[Unit]
Description=ssh connexion detect Daemon
After=sshd.service
[Service]
Type=simple
User=daemon
Group=daemon
ExecStart=/usr/bin/sshdetect
Restart=always
# Configures the time to wait before service is stopped forcefully.
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target