Skip to content

Commit

Permalink
Add sysconf file
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jul 21, 2012
1 parent 0257d49 commit 63fb925
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sidc.service
Expand Up @@ -4,7 +4,8 @@ After=alsa-restore.service

[Service]
Type=forking
ExecStart=/usr/bin/sidc -v
EnvironmentFile=-/etc/sysconfig/sidc
ExecStart=/usr/bin/sidc $SIDC_OPTIONS
PIDFile=/var/run/sidc/sidc.pid
User=sidc

Expand Down
7 changes: 7 additions & 0 deletions sidc.sysconf
@@ -0,0 +1,7 @@
#
# sidc daemon options
#
SIDC_OPTIONS="-v"
#SIDC_OPTIONS="-vv"
#SIDC_OPTIONS="-vvv"

0 comments on commit 63fb925

Please sign in to comment.