]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
asterisk.service: fix binary path for stop and reload
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 20 Jun 2016 07:18:08 +0000 (09:18 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 20 Jun 2016 07:18:08 +0000 (09:18 +0200)
asterisk.service

index 8446c21071fce9ca0a370174932cb6b638637ba2..00cd2141ccd0ac5df1c2371f51a480f2eaf445fd 100644 (file)
@@ -9,8 +9,8 @@ Type=forking
 Environment=AST_CONFIG=/etc/asterisk/asterisk.conf AST_USER=asterisk ASTERISK_OPTS=
 EnvironmentFile=-/etc/sysconfig/asterisk
 ExecStart=/usr/sbin/asterisk -U ${AST_USER} -C ${AST_CONFIG} $ASTERISK_OPTS
-ExecStop=/usr/bin/asterisk -rx 'core stop now'
-ExecReload=/usr/bin/asterisk -rx 'core reload'
+ExecStop=/usr/sbin/asterisk -rx 'core stop now'
+ExecReload=/usr/sbin/asterisk -rx 'core reload'
 Restart=always
 
 [Install]
This page took 0.044422 seconds and 4 git commands to generate.