8 lines
154 B
SYSTEMD
8 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=Refresh images and update containers
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
|
||
|
ExecStart=/bin/systemctl --user reload-or-restart docker-compose.service
|