forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
396 B
Text
16 lines
396 B
Text
--- examples/smsd.conf.easy.orig 2006-02-04 20:52:06.000000000 +0100
|
|
+++ examples/smsd.conf.easy 2014-06-26 15:07:50.021638337 +0200
|
|
@@ -1,9 +1,12 @@
|
|
# Example smsd.conf. Read the manual for a description
|
|
|
|
devices = GSM1
|
|
-logfile = /var/log/smsd.log
|
|
+logfile = /var/log/smsd/smsd.log
|
|
loglevel = 7
|
|
|
|
+user = %%SMSD_USER%%
|
|
+group = %%SMSD_GROUP%%
|
|
+
|
|
[GSM1]
|
|
device = /dev/ttyS0
|
|
incoming = yes
|