mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
7 lines
130 B
Desktop File
7 lines
130 B
Desktop File
[Unit]
|
|
Description=restarts dead containers
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash /root/restarter.sh |