Files @ 693d6960b1a0
Branch filter:

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

branko
MAR-148: Fix test for the common role:

- Do some additional stripping on command outputs to get rid of extra
new lines.
[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