- Update bit with spec-cleaner - Use proper url for docu and do not recompress: * OpenSourceDevWithCVS_2E.tar.gz instead of bz2 - Add systemd socket service to replace the xinetd service OBS-URL: https://build.opensuse.org/request/show/503789 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/cvs?expand=0&rev=28
10 lines
185 B
Desktop File
10 lines
185 B
Desktop File
[Unit]
|
|
Description=CVS Server
|
|
After=local-fs.target
|
|
PartOf=cvs.target
|
|
|
|
[Service]
|
|
Environment=HOME=/var/cvs
|
|
ExecStart=-/usr/bin/cvs -f --allow-root=/var/cvs pserver
|
|
StandardInput=socket
|