Add CI configuration
This commit is contained in:
11
seashell.service
Normal file
11
seashell.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Seashell SSH Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=seashell
|
||||
Restart=always
|
||||
StandardOutput=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user