/lib/systemd/system/pyres_manager@.service is in python-pyres 1.5-1.
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 12 | [Unit]
Description=Pyres, a resque clone in python, manager for queue %I
Requires=redis-server.service
After=redis-server.service
[Service]
Type=simple
ExecStart=/usr/bin/pyres_manager %i
User=pyres
[Install]
WantedBy=default.target
|