tangled
alpha
login
or
join now
jaspermayone.com
/
dots
0
fork
atom
@jaspermayone.com's dotfiles
0
fork
atom
overview
issues
pulls
pipelines
dippet: fix forks-sync log path permissions
jaspermayone.com
1 month ago
7ea4ab73
a0392e7f
+2
-2
1 changed file
expand all
collapse all
unified
split
hosts
dippet
default.nix
+2
-2
hosts/dippet/default.nix
···
64
64
'';
65
65
serviceConfig = {
66
66
StartInterval = 3600; # Every hour
67
67
-
StandardOutPath = "/var/log/forks-sync.log";
68
68
-
StandardErrorPath = "/var/log/forks-sync.log";
67
67
+
StandardOutPath = "/Users/jsp/Library/Logs/forks-sync.log";
68
68
+
StandardErrorPath = "/Users/jsp/Library/Logs/forks-sync.log";
69
69
UserName = "jsp";
70
70
GroupName = "staff";
71
71
EnvironmentVariables = {