tangled
alpha
login
or
join now
edavis.dev
/
bsky-feeds
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
fix: change user
Eric Davis
1 year ago
80c57926
f4ed74a5
+2
-2
2 changed files
expand all
collapse all
unified
split
service
feedweb.service
mostliked.service
+1
-1
service/feedweb.service
···
4
4
5
5
[Service]
6
6
Type=simple
7
7
-
User=eric
7
7
+
User=ubuntu
8
8
WorkingDirectory=/home/ubuntu/bsky-feeds
9
9
ExecStart=/home/ubuntu/bsky-feeds/bin/feedweb
10
10
TimeoutSec=15
+1
-1
service/mostliked.service
···
4
4
5
5
[Service]
6
6
Type=simple
7
7
-
User=eric
7
7
+
User=ubuntu
8
8
WorkingDirectory=/home/ubuntu/bsky-feeds
9
9
ExecStart=/home/ubuntu/bsky-feeds/bin/mostliked
10
10
TimeoutSec=15