mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-09 04:05:10 +02:00
15 lines
242 B
Desktop File
15 lines
242 B
Desktop File
[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
|