mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
4 Commits
1bd12ce5b5
...
10a841acfe
Author | SHA1 | Date | |
---|---|---|---|
10a841acfe | |||
c32910df57 | |||
a4b7bdb51a | |||
84ff5eca82 |
@ -27,5 +27,6 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
|
||||
# Mattermost, I fear it's Electron.
|
||||
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
||||
|
||||
# Lith, WeeChat Relay client
|
||||
exec --no-startup-id flatpak run app.lith.Lith
|
||||
# Lith, WeeChat Relay client. Sleeping so keyring has time to start first,
|
||||
# otherwise the NextCloud issue of starting too early on SSD happens
|
||||
exec --no-startup-id sleep 15 && flatpak run app.lith.Lith
|
||||
|
0
etc/systemd/journald.conf.d/.gitignore
vendored
0
etc/systemd/journald.conf.d/.gitignore
vendored
4
etc/systemd/journald.conf.d/00-journal-size.conf
Normal file
4
etc/systemd/journald.conf.d/00-journal-size.conf
Normal file
@ -0,0 +1,4 @@
|
||||
# From https://wiki.archlinux.org/title/Systemd/Journal#Journal_size_limit
|
||||
# for very size-challenged systems
|
||||
[Journal]
|
||||
SystemMaxUse=50M
|
@ -2,18 +2,19 @@
|
||||
Description=Limnoria instance
|
||||
After=network-online.target
|
||||
# if sharing server with IRC server, add
|
||||
#oragono.service
|
||||
#Wants=oragono.service
|
||||
#ergo.service
|
||||
#Wants=ergo.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment=PATH=/home/BOTUSER/venv/bin:/home/BOTUSER/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
|
||||
Environment="TZ=Europe/Helsinki"
|
||||
# if supybot.commands.allowShell is True and this is not set, may default to /
|
||||
WorkingDirectory=/home/BOTUSER/
|
||||
# supybot.pidFile
|
||||
PIDFile=/home/BOTUSER/BOTNICKNAME/BOTNICKNAME.pid
|
||||
# python3 setup.py install --user
|
||||
ExecStart=/home/BOTUSER/.local/bin/supybot /home/BOTUSER/BOTNICKNAME/BOTNICKNAME.conf
|
||||
# mkdir venv && python3 -m venv venv && . venv/bin/activate && python3 -m pip install git+https://github.com/ProgVal/Limnoria.git@testing
|
||||
ExecStart=/home/BOTUSER/venv/bin/limnoria /home/BOTUSER/BOTNICKNAME/BOTNICKNAME.conf
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
|
@ -3,7 +3,8 @@ Description=Syncplay server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/syncplay/syncplayServer.py --port 1234 --motd-file /opt/syncplay/motd.txt --salt autogenerated-by-running-without-this-flag-CHANGEME --password NotInThisConfigFileNotSorry --tls /opt/syncplay/ssl
|
||||
Environment=PATH=/opt/syncplay/venv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
|
||||
ExecStart=/opt/syncplay/venv/bin/python3 /opt/syncplay/syncplayServer.py --port 1234 --motd-file /opt/syncplay/motd.txt --salt autogenerated-by-running-without-this-flag-CHANGEME --password NotInThisConfigFileNotSorry --tls /opt/syncplay/ssl
|
||||
Restart=always
|
||||
User=syncplay
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user