Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🥺
conduwuit
Commits
332fc74f
Commit
332fc74f
authored
9 months ago
by
Kimiblock Moe
Committed by
🥺
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Add systemd service for Arch
parent
03c04ce0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/conduwuit.service
+61
-0
61 additions, 0 deletions
arch/conduwuit.service
with
61 additions
and
0 deletions
arch/conduwuit.service
0 → 100644
+
61
−
0
View file @
332fc74f
[Unit]
Description
=
conduwuit Matrix homeserver
After
=
network.target
Documentation
=
https://conduwuit.puppyirl.gay/
[Service]
DynamicUser
=
yes
Type
=
notify
AmbientCapabilities
=
CapabilityBoundingSet
=
DevicePolicy
=
closed
LockPersonality
=
yes
MemoryDenyWriteExecute
=
yes
NoNewPrivileges
=
yes
ProcSubset
=
pid
ProtectClock
=
yes
ProtectControlGroups
=
yes
ProtectHome
=
yes
ProtectHostname
=
yes
ProtectKernelLogs
=
yes
ProtectKernelModules
=
yes
ProtectKernelTunables
=
yes
ProtectProc
=
invisible
ProtectSystem
=
strict
PrivateDevices
=
yes
PrivateMounts
=
yes
PrivateTmp
=
yes
PrivateUsers
=
yes
PrivateIPC
=
yes
RemoveIPC
=
yes
RestrictAddressFamilies
=
AF_INET AF_INET6 AF_UNIX
RestrictNamespaces
=
yes
RestrictRealtime
=
yes
RestrictSUIDSGID
=
yes
SystemCallArchitectures
=
native
SystemCallFilter
=
@system-service @resources
SystemCallFilter
=
~@clock @debug @module @mount @reboot @swap @cpu-emulation @obsolete @timer @chown @setuid @privileged @keyring @ipc
SystemCallErrorNumber
=
EPERM
StateDirectory
=
matrix-conduit
RuntimeDirectory
=
conduwuit
RuntimeDirectoryMode
=
0750
Environment
=
"CONDUIT_CONFIG=/etc/conduwuit/conduwuit.toml"
ExecStart
=
/usr/bin/conduwuit
Restart
=
on-failure
RestartSec
=
1
RestartSteps
=
1
RestartMaxDelaySec
=
6000s
TimeoutStopSec
=
4m
TimeoutStartSec
=
4m
StartLimitInterval
=
1m
StartLimitBurst
=
5
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment