seashell/seashell.service

11 lines
162 B
SYSTEMD
Raw Permalink Normal View History

2024-08-08 21:34:42 +00:00
[Unit]
Description=Seashell SSH Server
After=network.target
[Service]
ExecStart=seashell
Restart=always
StandardOutput=journal
[Install]
WantedBy=default.target