15 lines
287 B
Desktop File
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
|