mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-14 17:01:05 +01:00
13 lines
235 B
Desktop File
13 lines
235 B
Desktop File
[Unit]
|
|
Description=Mailu service
|
|
After=network.target docker.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/usr/local/bin/mailu
|
|
ExecStart=/bin/docker-compose up
|
|
ExecStop=/bin/docker-compose down
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|