ssh-cert/etc/systemd/system/ssh-cert.service
2020-03-29 20:25:03 -05:00

12 lines
193 B
Desktop File
Executable File

[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