mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
13 lines
310 B
Desktop File
13 lines
310 B
Desktop File
[Unit]
|
|
Description=pihole
|
|
Requires=docker.service multi-user.target
|
|
After=docker.service network-online.target dhcpd.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/bruno/Apps/piholeDocker
|
|
ExecStart=/usr/local/bin/docker-compose up
|
|
# ExecStop=/usr/local/bin/docker-compose down
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|