You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
382 B
10 lines
382 B
[Unit] |
|
Description=Python Serial Logger |
|
|
|
[Service] |
|
Type=simple |
|
WorkingDirectory=/home/fds-l1/Work/NVMe_Test/chaeeon.dev/sw |
|
ExecStart=/home/fds-l1/Work/NVMe_Test/chaeeon.dev/sw/python/peta-venv/bin/python /home/fds-l1/Work/NVMe_Test/chaeeon.dev/sw/python/pyLogger.py --log-config /home/fds-l1/Work/NVMe_Test/chaeeon.dev/sw/python/log-config.yml |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|