Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493908 - app-mobilephone/smstools should install a systemd service
Summary: app-mobilephone/smstools should install a systemd service
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2013-12-11 06:53 UTC by Marcin Kowalski
Modified: 2013-12-22 09:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kowalski 2013-12-11 06:53:16 UTC
Smstools package does not provide systemd service for smsd.  Here is a simple service file for it from a different distribution, that could be adapted for gentoo.


----------------------------------------------------------------
[Unit]
Description=SMS Server Tools 3

[Service]
User=smsd
PIDFile=/run/smsd/smsd.pid
ExecStart=/usr/bin/smsd -n MAINPROCESS -l/var/log/smsd/smsd.log \
        -p/run/smsd/smsd.pid -i/run/smsd/smsd.working

[Install]
WantedBy=multi-user.target
----------------------------------------------------------------
Comment 1 Pacho Ramos gentoo-dev 2013-12-22 09:39:39 UTC
+*smstools-3.1.15-r1 (22 Dec 2013)
+
+  22 Dec 2013; Pacho Ramos <pacho@gentoo.org> +files/smsd.service,
+  +files/smsd.tmpfiles, +smstools-3.1.15-r1.ebuild:
+  Add unit file (#493908 by Marcin Kowalski)
+