Update README.md
This commit is contained in:
parent
f4dbe18556
commit
70b75de6dd
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ User=root
|
|||
Group=root
|
||||
Restart=always
|
||||
WorkingDirectory=/path/to/scanner
|
||||
ExecStart=scanner.sh
|
||||
ExecStart=/path/to/scanner.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -54,7 +54,7 @@ User=pi
|
|||
Group=pi
|
||||
Restart=always
|
||||
WorkingDirectory=/path/to/scanner
|
||||
ExecStart=uploader.py
|
||||
ExecStart=/path/to/uploader.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue