FS#42843 - [iodine] systemd-unit must have ``Type=forking`` (or other ``Type=``, but NOT ``Type=simple``)

Attached to Project: Community Packages
Opened by Andrei Antonov (pl_m) - Wednesday, 19 November 2014, 08:56 GMT
Last edited by Morten Linderud (Foxboron) - Saturday, 06 June 2020, 15:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

now (in package "iodine=0.7.0-2") file ``/usr/lib/systemd/system/iodined.service`` not define ``Type=``.

in systemd -- default value for ``Type=`` is ``Type=simple``.

when used ``Type=simple`` (default value) -- systemd set status "active" when tun-device NOT yet initialized.

for iodined -- we *need* to use ``Type=forking`` (or other ``Type=``, but NOT ``Type=simple`` :)).

Additional info:

* package version:

iodine=0.7.0-2

* config and/or log files etc.

i attached fixed file ``/usr/lib/systemd/system/iodined.service`` to this message.

thanks in andvance! :)
This task depends upon

Closed by  Morten Linderud (Foxboron)
Saturday, 06 June 2020, 15:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  Pushed to trunk

Loading...