Opened 9 years ago
Closed 9 years ago
#5503 closed Bug (fixed)
Job type reload is not applicable for unit transmission-daemon.service
Reported by: | van-de-bugger | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | 2.83 |
Component: | Daemon | Version: | 2.80 |
Severity: | Normal | Keywords: | daemon systemd service |
Cc: |
Description
It is a minor problem in transmission-daemon.service file. Command
# systemctl reload transmission-daemon
fails with diagnostics:
Failed to issue method call: Job type reload is not applicable for unit transmission-daemon.service.
It can be easily fixed by adding a line
ExecReload?=/bin/kill -s HUP $MAINPID
to transmission-daemon.service file. The line should be in [Service] section.
Change History (3)
comment:1 Changed 9 years ago by jordan
- Milestone changed from None Set to 2.83
- Owner set to jordan
- Status changed from new to assigned
comment:2 Changed 9 years ago by jordan
- Version changed from 2.80+ to 2.80
comment:3 Changed 9 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Added in r14239. Thanks for the suggestion!