Public bug reported:

The systemd script for numad doesn't respect the settings in
/etc/default/numad. The following changes make it work:


--- /lib/systemd/system/numad.service   2015-06-02 13:12:38.000000000 +0200
+++ /root/numad_new     2016-11-10 14:00:54.502547863 +0100
@@ -3,10 +3,10 @@
 Documentation=man:numad
 
 [Service]
+EnvironmentFile=-/etc/default/numad
 Type=forking
-ExecStart=/usr/bin/numad -i 15
+ExecStart=/usr/bin/numad $DAEMON_ARGS -i 15
 
 [Install]
 WantedBy=multi-user.target

** Affects: numad (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1640783

Title:
  numad doesn't respect settings in /etc/default/numad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numad/+bug/1640783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to