-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdaemon-manager.conf.basic
More file actions
29 lines (24 loc) · 945 Bytes
/
daemon-manager.conf.basic
File metadata and controls
29 lines (24 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# See daemon-manager.conf(5) for details on the format of this file.
[settings]
# daemon-path-daemon = %userhome%/.daemon-manager/daemons
# daemon-path-log = %userhome%/.daemon-manager/logs
# daemon-path-daemon-root = /etc/daemon-manager/daemons
# daemon-path-log-root = /var/log/daemon-manager
[can_run_as]
# List all the users you want to be able to launch daemons in a list here
# followed by an optional comma separated list of users they are allowed to
# start their daemons as.
#
# Example 1--David is allowed to launch daemons as himself:
# david
# Example 2--Tim is allowed to launch daemons as himself and as www-data:
# tim: www-data
# Example 3--Bob is allowed to launch daemons as himself and as www-data and also nobody::
# bob: www-data, nobody
[manages]
# List user here who can manage other users.
#
# Example 1--David can manage bob
# david: bob
# Example 2--Bob can manage David and Tim:
# bob: david, tim