Files @ 1b6495e2ba42
Branch filter:

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

branko
MAR-29: Added scaffolding for testing the php_website role:

- Added molecule configuration with a single instance.
- Added playbook that sets-up the test instances.
- Fixed issues related to incorrect mode syntax when deploying files (missing
leading zero).
- Added test data.
- Added dummy tests.
[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