Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 493908

Summary: app-mobilephone/smstools should install a systemd service
Product: Gentoo Linux Reporter: Marcin Kowalski <yoshi3>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal CC: systemd
Priority: Normal Keywords: Inclusion
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 448882    

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)
+