/lib/systemd/system/mythbuntu-bare-console-processor.service is in mythbuntu-bare-console 2.7.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Unit]
Description=Mythbuntu Bare Server - Processor
After=mythbuntu-bare-console.service
Requires=mythbuntu-bare-console.service
[Service]
ExecStart=/usr/share/mythbuntu-bare/bareserver/bareprocessor.py
Restart=always
[Install]
WantedBy=multi-user.target
|