8 lines
173 B
Plaintext
Executable File
8 lines
173 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
# This script is intended for Daemon mode.
|
|
# Modify it for your setup.
|
|
|
|
#service_respawn=true
|
|
service_command='/usr/bin/bitlbee'
|
|
service_args=( -n )
|