14 lines
296 B
INI
14 lines
296 B
INI
|
[Unit]
|
||
|
Description=Project management software that focuses on the Kanban methodology
|
||
|
After=docker.service
|
||
|
Requires=docker.service
|
||
|
|
||
|
[Service]
|
||
|
Type=exec
|
||
|
WorkingDirectory=/etc/kanboard
|
||
|
ExecStart=/usr/bin/docker compose up
|
||
|
ExecStop=/usr/bin/docker compose down
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|