renamed example files

This commit is contained in:
2023-09-23 00:21:19 +03:30
parent 828fe5385d
commit 3f19349f53
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Camera Monitor Service
[Service]
ExecStart=/path/to/your/python /path/to/your/camera_monitor.py
WorkingDirectory=/path/to/your/app/directory
User=your_user
Group=your_group
Restart=always
[Install]
WantedBy=multi-user.target