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