Codebase list aptly / bab2117a-0738-41d8-a6e9-068609fc64ea/main aptly.service
bab2117a-0738-41d8-a6e9-068609fc64ea/main

Tree @bab2117a-0738-41d8-a6e9-068609fc64ea/main (Download .tar.gz)

aptly.service @bab2117a-0738-41d8-a6e9-068609fc64ea/mainraw · history · blame

[Unit]
Description=APT repository server
After=network.target
Documentation=man:aptly(1)
Documentation=https://www.aptly.info/doc/commands/

[Service]
Type=simple
ExecStart=/usr/bin/aptly serve -listen=127.0.0.1:8080

[Install]
WantedBy=multi-user.target