mnml/etc/systemd/system/mnml.service
2019-07-09 12:40:18 +10:00

15 lines
287 B
Desktop File

[Unit]
Description=OpenBSD Secure Shell server
After=network.target auditd.service
ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
[Service]
ExecStart=/opt/mnml/bin/mnml
KillMode=process
Restart=on-failure
RestartPreventExitStatus=255
Type=notify
[Install]
WantedBy=multi-user.target