ssh-cert/etc/systemd/system/ssh-cert.service

12 lines
193 B
SYSTEMD
Raw Permalink Normal View History

2020-03-29 11:20:34 -05:00
[Unit]
Description=ssh-cert CA Server
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/ssh-cert server
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target