mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
modules: set working directory to ros directory
This commit is contained in:
parent
3ae8887f8c
commit
5386b7b6d1
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ let
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "exec";
|
Type = "exec";
|
||||||
StateDirectory = "ros";
|
StateDirectory = "ros";
|
||||||
|
WorkingDirectory = "/var/lib/ros";
|
||||||
User = "ros";
|
User = "ros";
|
||||||
Group = "ros";
|
Group = "ros";
|
||||||
ExecStart = execStartFn config;
|
ExecStart = execStartFn config;
|
||||||
|
|
|
@ -50,6 +50,7 @@ let
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "exec";
|
Type = "exec";
|
||||||
StateDirectory = "ros";
|
StateDirectory = "ros";
|
||||||
|
WorkingDirectory = "/var/lib/ros";
|
||||||
User = "ros";
|
User = "ros";
|
||||||
Group = "ros";
|
Group = "ros";
|
||||||
ExecStart = execStartFn config;
|
ExecStart = execStartFn config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue