this repo has no description

Add service files

+16
service/bsky-activity.service
···
···
+
[Unit]
+
Description=Bsky Activity
+
After=network.target syslog.target
+
+
[Service]
+
Type=simple
+
User=eric
+
WorkingDirectory=/home/eric/bsky-tools
+
ExecStart=/home/eric/.local/bin/pipenv run ./bsky-activity.py
+
TimeoutSec=15
+
Restart=on-failure
+
RestartSec=1
+
StandardOutput=journal
+
+
[Install]
+
WantedBy=multi-user.target
+16
service/bsky-firehose.service
···
···
+
[Unit]
+
Description=Bsky Firehose
+
After=network.target syslog.target
+
+
[Service]
+
Type=simple
+
User=eric
+
WorkingDirectory=/home/eric/bsky-tools
+
ExecStart=/home/eric/.local/bin/pipenv run ./firehose.py
+
TimeoutSec=15
+
Restart=on-failure
+
RestartSec=1
+
StandardOutput=journal
+
+
[Install]
+
WantedBy=multi-user.target
+16
service/plc-activity.service
···
···
+
[Unit]
+
Description=PLC Activity
+
After=network.target syslog.target
+
+
[Service]
+
Type=simple
+
User=eric
+
WorkingDirectory=/home/eric/bsky-tools
+
ExecStart=/home/eric/.local/bin/pipenv run ./plc-activity.py
+
TimeoutSec=15
+
Restart=on-failure
+
RestartSec=1
+
StandardOutput=journal
+
+
[Install]
+
WantedBy=multi-user.target