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
feat: moving services to merklehost.xyz
Eric Davis
1 year ago
f4ed74a5
5b5b07d0
+6
-6
2 changed files
expand all
collapse all
unified
split
service
feedweb.service
mostliked.service
+3
-3
service/feedweb.service
···
5
5
[Service]
6
6
Type=simple
7
7
User=eric
8
8
-
WorkingDirectory=/home/eric/bsky-feeds
9
9
-
ExecStart=/home/eric/bsky-feeds/bin/feedweb
8
8
+
WorkingDirectory=/home/ubuntu/bsky-feeds
9
9
+
ExecStart=/home/ubuntu/bsky-feeds/bin/feedweb
10
10
TimeoutSec=15
11
11
-
Restart=on-failure
11
11
+
Restart=always
12
12
RestartSec=5
13
13
StandardOutput=journal
14
14
+3
-3
service/mostliked.service
···
5
5
[Service]
6
6
Type=simple
7
7
User=eric
8
8
-
WorkingDirectory=/home/eric/bsky-feeds
9
9
-
ExecStart=/home/eric/bsky-feeds/bin/mostliked
8
8
+
WorkingDirectory=/home/ubuntu/bsky-feeds
9
9
+
ExecStart=/home/ubuntu/bsky-feeds/bin/mostliked
10
10
TimeoutSec=15
11
11
Restart=always
12
12
-
RestartSec=30
12
12
+
RestartSec=5
13
13
StandardOutput=journal
14
14
15
15
[Install]