We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c190c81 commit 3669afaCopy full SHA for 3669afa
packaging/debian/evebox-agent.service
@@ -2,7 +2,9 @@
2
Description=EveBox Agent
3
4
[Service]
5
-ExecStart=/usr/bin/evebox -D /var/lib/evebox agent
+Environment=EVEBOX_DATA_DIRECTORY=/var/lib/evebox
6
+EnvironmentFile=-/etc/default/evebox-agent
7
+ExecStart=/usr/bin/evebox agent
8
9
[Install]
10
WantedBy=multi-user.target
packaging/rpm/evebox-agent.service
+EnvironmentFile=-/etc/sysconf/evebox-agent
0 commit comments