pimatic
  • Sign in

Documentation
pimatic

  • Home
  • Getting Started Guide
  • Installation
  • Configuration
  • Running
  • Autostarting
  • Remote Access and SSL
  • Usage
  • Advanced Configuration
  • GUIs
  • Development
  •   Create a new Memo
 
  • Headline 1
  • Headline 2
  • Headline 3
  • Headline 4
  • Text
  • Preformatted / Code

Enter link target

Search for a memo

Search results in Documentation
  • No matching pages found
Remove LinkSet Link
  •  Underline
  •  Strikethrough
  •  Superscript
  •  Subscript
  •  Text-color
  •  Backgroundcolor
  •  Insert table
  •  Insert file
  •  Insert Comment
  •  Insert table of content
  •  Insert custom type element
 
  • Enable spellcheck
  • Language: English (United Kingdom)
 
  •  Show Authors
  •  Hide Paragraphs
  PDF 
  • Word Document (.docx)
  • Open Document Format (.odt)
  • HTML Document (.html)
  • Markdown (.md)

Autostarting

On Raspian Stretch or newer releasers it is recommended to install the Systemd service template. For older systems you can alternatively install the Initd service wrapper. However, it is not recommended to install both at the same time!

Systemd Service Template

You need tp perform the follow steps to install the service template:

wget https://raw.githubusercontent.com/pimatic/pimatic/master/install/pimatic.service
sudo cp pimatic.service /lib/systemd/system/
sudo chown root:root /lib/systemd/system/pimatic.service
sudo systemctl daemon-reload
sudo systemctl enable pimatic

It should now start with:

sudo systemctl restart pimatic

Alternatively you can also use the service command:

sudo service pimatic start

The log output is directed to: pimatic-app/pimatic-daemon.log

Deprecated: Initd Service Wrapper

On older systems you can alternatively the init.d service wrapper:

wget https://raw.githubusercontent.com/pimatic/pimatic/master/install/pimatic-init-d
sudo cp pimatic-init-d /etc/init.d/pimatic
sudo chmod +x /etc/init.d/pimatic
sudo chown root:root /etc/init.d/pimatic
sudo update-rc.d pimatic defaults

It should now start with:

sudo service pimatic start

The log output is directed to: pimatic-app/pimatic-daemon.log

Last modified 3 months ago by mwittig, sweetpi. 
Authors:
mw
sw
Content © 2019 pimatic | Teamemo Legal notice
Built with Teamemo