Files @ 37cc1e381720
Branch filter:

Location: majic-ansible-roles/roles/backup_server/files/ssh-backup.service

branko
MAR-29: Small fix for php_website role tests:

- Sleep for 5 seconds when testing mail sending (aliases), so the mail can get
delivered.
[Unit]
Description=OpenBSD Secure Shell server for backup purposes
After=network.target auditd.service
ConditionPathExists=!/etc/ssh-backup/sshd_not_to_be_run

[Service]
EnvironmentFile=-/etc/default/ssh-backup
ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target