Move raspisms to /usr/share
This commit is contained in:
parent
44c9597e29
commit
66fa2ef434
|
@ -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…
Reference in New Issue