mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-06-27 01:40:32 +02:00
Initial commit
This commit is contained in:
14
examples/docker4ssh.service
Normal file
14
examples/docker4ssh.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=
|
||||
After=network.target docker.service
|
||||
StartLimitBurst=3
|
||||
StartLimitIntervalSec=60
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/etc/docker4ssh
|
||||
ExecStart=/usr/bin/docker4ssh
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user