11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
[Unit]
|
|
Description=Dead Simple Repository Server
|
|
|
|
[Service]
|
|
User=deb-simple
|
|
Group=deb-simple
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/deb-simple -c /etc/deb-simple.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |