tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feat: update unit files
Eric Davis
1 year ago
511885b7
4700b44d
+6
-6
2 changed files
expand all
collapse all
unified
split
service
bsky-langs.service
plc-activity.service
+3
-3
service/bsky-langs.service
···
4
4
5
5
[Service]
6
6
Type=simple
7
7
-
User=eric
8
8
-
WorkingDirectory=/home/eric/bsky-tools
9
9
-
ExecStart=/home/eric/bsky-tools/bin/bsky-langs
7
7
+
User=ubuntu
8
8
+
WorkingDirectory=/home/ubuntu/bsky-tools
9
9
+
ExecStart=/home/ubuntu/bsky-tools/bin/bsky-langs
10
10
TimeoutSec=15
11
11
Restart=always
12
12
RestartSec=30
+3
-3
service/plc-activity.service
···
4
4
5
5
[Service]
6
6
Type=simple
7
7
-
User=eric
8
8
-
WorkingDirectory=/home/eric/bsky-tools
9
9
-
ExecStart=/home/eric/bsky-tools/bin/plc-activity
7
7
+
User=ubuntu
8
8
+
WorkingDirectory=/home/ubuntu/bsky-tools
9
9
+
ExecStart=/home/ubuntu/bsky-tools/bin/plc-activity
10
10
TimeoutSec=15
11
11
Restart=always
12
12
RestartSec=5