mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
13 lines
310 B
SYSTEMD
13 lines
310 B
SYSTEMD
|
[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
|