mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-03 06:46:27 +02:00
Move raspisms to /usr/share
This commit is contained in:
parent
44c9597e29
commit
66fa2ef434
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
Alias "/raspisms" "/var/www/raspisms"
|
||||
Alias "/raspisms" "/usr/share/raspisms"
|
||||
|
||||
<Directory "/var/www/raspisms">
|
||||
<Directory "/usr/share/raspisms">
|
||||
Require all granted
|
||||
Options +FollowSymLinks
|
||||
AllowOverride all
|
||||
|
|
|
@ -7,9 +7,9 @@ Wants=network-online.target
|
|||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/raspisms/RaspiSMS Daemon Launcher.pid
|
||||
ExecStart=/var/www/raspisms/bin/start.sh
|
||||
ExecStop=/var/www/raspisms/bin/stop.sh
|
||||
WorkingDirectory=/var/www/raspisms
|
||||
ExecStart=/usr/share/raspisms/bin/start.sh
|
||||
ExecStop=/usr/share/raspisms/bin/stop.sh
|
||||
WorkingDirectory=/usr/share/raspisms
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue