mirror of
https://github.com/n5amd/Multi-Reflector-Installer.git
synced 2026-01-20 15:20:21 +01:00
added templates files
This commit is contained in:
parent
03594c5dad
commit
839098411e
4
templates/apache.tbd.conf
Normal file
4
templates/apache.tbd.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<VirtualHost *:80>
|
||||
ServerName apache.tbd
|
||||
DocumentRoot /var/www/ysf-xlxd
|
||||
</VirtualHost>
|
||||
10
templates/ysfreflector.service
Normal file
10
templates/ysfreflector.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=YSFReflector
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/ysfreflector/YSFReflector /ysfreflector/YSFReflector.ini
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Alias=ysfreflector.service
|
||||
Loading…
Reference in a new issue