12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
|
[Unit]
|
||
|
Description=Rotary Phone Guest Book Project
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=<path-to-project>
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/bin/env python3 <path-to-project>/audioGuestBook.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|