mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:37:14 +08:00
12 lines
270 B
Desktop File
12 lines
270 B
Desktop File
[Unit]
|
|
Description=Subversion protocol daemon
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/svnserve
|
|
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|