9 lines
121 B
Desktop File
9 lines
121 B
Desktop File
[Unit]
|
|
Description=Run docker_check
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=docker_check
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|