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