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
|
Group=root
|
||||||
Restart=always
|
Restart=always
|
||||||
WorkingDirectory=/path/to/scanner
|
WorkingDirectory=/path/to/scanner
|
||||||
ExecStart=scanner.sh
|
ExecStart=/path/to/scanner.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -54,7 +54,7 @@ User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
Restart=always
|
Restart=always
|
||||||
WorkingDirectory=/path/to/scanner
|
WorkingDirectory=/path/to/scanner
|
||||||
ExecStart=uploader.py
|
ExecStart=/path/to/uploader.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue