blob: 678defaa339d8321af55e4cb5b7df57ece355786 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- examples/smsd.conf.easy.orig 2006-02-04 19:52:06 UTC
+++ examples/smsd.conf.easy
@@ -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
|