bvm-twitterchiver: fix
This commit is contained in:
parent
69aba17ba4
commit
3073f290b0
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
{ ... }:
|
||||
{ depot, ... }:
|
||||
{
|
||||
imports = [
|
||||
../lib/bvm.nix
|
||||
|
@ -44,8 +44,8 @@
|
|||
wants = ["network-online.target"];
|
||||
wantedBy = ["multi-user.target"];
|
||||
serviceConfig = {
|
||||
ExecStart = "${depot.go.viewer}/bin/minotarproxy --user_to_twitter=lukegb@lukegb.com:lukegb,bgekul";
|
||||
WorkingDirectory = "${depot.go.viewer}/share";
|
||||
ExecStart = "${depot.go.twitterchiver.viewer}/bin/minotarproxy --user_to_twitter=lukegb@lukegb.com:lukegb,bgekul";
|
||||
WorkingDirectory = "${depot.go.twitterchiver.viewer}/share";
|
||||
User = "twitterchiver";
|
||||
Restart = "always";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue