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 plc-activity.service
Eric Davis
1 year ago
f3fd0211
ccdc3b51
+3
-3
1 changed file
expand all
collapse all
unified
split
service
plc-activity.service
+3
-3
service/plc-activity.service
···
6
6
Type=simple
7
7
User=eric
8
8
WorkingDirectory=/home/eric/bsky-tools
9
9
-
ExecStart=/home/eric/.local/bin/pipenv run ./plc-activity.py
9
9
+
ExecStart=/home/eric/bsky-tools/bin/plc-activity
10
10
TimeoutSec=15
11
11
-
Restart=on-failure
12
12
-
RestartSec=1
11
11
+
Restart=always
12
12
+
RestartSec=5
13
13
StandardOutput=journal
14
14
15
15
[Install]