Add CI configuration
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2024-08-08 14:34:42 -07:00
parent ca02d9b609
commit a9fdf0a053
3 changed files with 106 additions and 0 deletions

11
seashell.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Seashell SSH Server
After=network.target
[Service]
ExecStart=seashell
Restart=always
StandardOutput=journal
[Install]
WantedBy=default.target