FS#30299 - [gpm] systemd unit doesn't pass arguments from conf.d

Attached to Project: Arch Linux
Opened by Swift Geek (swiftgeek) - Friday, 15 June 2012, 03:52 GMT
Last edited by Eric Belanger (Snowman) - Friday, 15 June 2012, 08:22 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

systemd unit doesn't pass arguments from /etc/conf.d/gpm
That unit should look more like this:
——————————————————————————————————
[Unit]
Description=GPM daemon

[Service]
EnvironmentFile=/etc/conf.d/gpm
Type=forking
ExecStart=/usr/sbin/gpm $GPM_ARGS
——————————————————————————————————
This task depends upon

Closed by  Eric Belanger (Snowman)
Friday, 15 June 2012, 08:22 GMT
Reason for closing:  Not a bug
Additional comments about closing:  We don't want to be using Arch-specific service files, and anything with /etc/conf.d would be that. If you need to use special options, make a copy of the service in /etc and change it directly.

Loading...