12 lines
242 B
INI
12 lines
242 B
INI
|
[Unit]
|
||
|
Description=minikube scheduled stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=root
|
||
|
ExecStart=/var/lib/minikube/scheduled-stop/minikube-scheduled-stop
|
||
|
EnvironmentFile=/var/lib/minikube/scheduled-stop/environment
|